mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-24 15:03:47 +00:00
[traffxml] Remove some log output
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -478,8 +478,6 @@ double RoutingTraffDecoder::TraffEstimator::CalcOffroad(ms::LatLon const & from,
|
||||
|
||||
double result = ms::DistanceOnEarth(from, to);
|
||||
|
||||
LOG(LINFO, ("Distance:", result, "weighted:", result * kOffroadPenalty));
|
||||
|
||||
result *= kOffroadPenalty;
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user