Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Melnichek <melnichek@gmail.com>2011-01-31 22:05:13 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:11:23 +0300
commitbc5062fb4de7320a68b7f9fb6f528869522125c3 (patch)
treec6d38104775d97f0c5388dc825fe8d7c5f9cd52d /indexer/features_vector.hpp
parent8b5990c23709acd51e82e164cc92e2a99f0985d4 (diff)
Comment out some logging.
Diffstat (limited to 'indexer/features_vector.hpp')
-rw-r--r--indexer/features_vector.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/features_vector.hpp b/indexer/features_vector.hpp
index b659f838cf..e84e8daea7 100644
--- a/indexer/features_vector.hpp
+++ b/indexer/features_vector.hpp
@@ -30,7 +30,7 @@ public:
{
FileReader r = dataR.m_cont.GetReader(HEADER_FILE_TAG);
m_source.m_base = ReadPrimitiveFromPos<int64_t>(r, 0);
- LOG(LINFO, ("OFFSET = ", m_source.m_base));
+ // LOG(LINFO, ("OFFSET = ", m_source.m_base));
}
void Get(uint64_t pos, FeatureType & feature) const