From f3700e9f643a1e9434828a39dbdfff4f4122b98b Mon Sep 17 00:00:00 2001 From: tatiana-yan Date: Tue, 24 Mar 2020 20:03:28 +0300 Subject: [PATCH] [search] Remove assert which is not true anymore. --- search/geocoder.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/search/geocoder.cpp b/search/geocoder.cpp index d4b19018d6..9897095521 100644 --- a/search/geocoder.cpp +++ b/search/geocoder.cpp @@ -419,8 +419,6 @@ void Geocoder::SetParamsForCategorialSearch(Params const & params) m_tokenRequests.clear(); m_prefixTokenRequest.Clear(); - ASSERT(!m_params.LastTokenIsPrefix(), ()); - LOG(LDEBUG, (static_cast(m_params))); }