From e6aac8ccd2545e4152d10e668e2c95da793ee206 Mon Sep 17 00:00:00 2001 From: Arsentiy Milchakov Date: Thu, 26 Jul 2018 16:39:50 +0300 Subject: [PATCH] [booking] Crash fix in availability filter --- map/booking_availability_filter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/map/booking_availability_filter.cpp b/map/booking_availability_filter.cpp index 0d8143ca99..ba7c068d06 100644 --- a/map/booking_availability_filter.cpp +++ b/map/booking_availability_filter.cpp @@ -69,7 +69,6 @@ void FillResults(HotelToResults && hotelToResults, std::vector cons case Cache::HotelStatus::NotReady: { auto hotelStatus = cache.Get(hotelToResult.m_hotelId); - CHECK_NOT_EQUAL(hotelStatus, Cache::HotelStatus::Absent, ()); if (hotelStatus == Cache::HotelStatus::Available) results.AddResult(std::move(hotelToResult.m_result));