[search] Remove assert which is not true anymore.

This commit is contained in:
tatiana-yan 2020-03-24 20:03:28 +03:00 committed by mpimenov
parent fcd13c102c
commit f3700e9f64

View file

@ -419,8 +419,6 @@ void Geocoder::SetParamsForCategorialSearch(Params const & params)
m_tokenRequests.clear();
m_prefixTokenRequest.Clear();
ASSERT(!m_params.LastTokenIsPrefix(), ());
LOG(LDEBUG, (static_cast<QueryParams const &>(m_params)));
}