[traffxml] Remove some log output

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-06-15 20:49:12 +03:00
parent 173b5e1718
commit ed15925251
2 changed files with 0 additions and 4 deletions

View File

@@ -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;