From 9634c310b13f4f743dc41356ece0dc46b8aabe88 Mon Sep 17 00:00:00 2001 From: Mikhail Gorbushin Date: Tue, 27 Nov 2018 17:55:30 +0300 Subject: [routing] Speed Cameras review fixes --- indexer/classificator.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'indexer') diff --git a/indexer/classificator.cpp b/indexer/classificator.cpp index 4a629b4503..280f7ebd0d 100644 --- a/indexer/classificator.cpp +++ b/indexer/classificator.cpp @@ -407,12 +407,6 @@ uint32_t Classificator::GetTypeByPath(vector const & path) const uint32_t Classificator::GetTypeByPath(initializer_list const & lst) const { - LOG(LINFO, ("===========[START]========")); - for (auto item : lst) - { - LOG(LINFO, (item)); - } - LOG(LINFO, ("===========[END]========")); uint32_t const type = GetTypeByPathImpl(lst.begin(), lst.end()); ASSERT_NOT_EQUAL(type, 0, (lst)); return type; -- cgit v1.2.3