[Map] Clear warning caused by temporary commented code.

This commit is contained in:
Olga Khlopkova 2019-12-17 11:45:19 +03:00 committed by gmoryes
parent 5dfe3ae4c4
commit a7f365d0b9

View file

@ -486,9 +486,9 @@ void RoutingManager::OnLocationUpdate(location::GpsInfo const & info)
if (IsTrackingReporterArchiveEnabled())
{
location::GpsInfo gpsInfo(info);
auto routeMatchingInfo = GetRouteMatchingInfo(gpsInfo);
// TODO(o.khlopkova) uncomment after platform background uploader is ready.
// location::GpsInfo gpsInfo(info);
// auto routeMatchingInfo = GetRouteMatchingInfo(gpsInfo);
// m_trackingReporterArchive.Insert(m_currentRouterType, info,
// m_routingSession.MatchTraffic(routeMatchingInfo));
}