diff --git a/search/intermediate_result.cpp b/search/intermediate_result.cpp index 82a82709a5..fc8ad6cea6 100644 --- a/search/intermediate_result.cpp +++ b/search/intermediate_result.cpp @@ -365,8 +365,6 @@ string PreResult2::ReadableFeatureType(CategoriesHolder const * pCat, set const * pTypes, int8_t locale) const { - ASSERT_EQUAL(m_resultType, RESULT_FEATURE, ()); - // @TODO print all types, not just one uint32_t const type = GetBestType(pTypes); ASSERT_NOT_EQUAL(type, 0, ());