forked from organicmaps/organicmaps
[Map] Clear warning caused by temporary commented code.
This commit is contained in:
parent
5dfe3ae4c4
commit
a7f365d0b9
1 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue