diff --git a/routing/nearest_edge_finder.cpp b/routing/nearest_edge_finder.cpp index 5771a0df5d..645e2ecafc 100644 --- a/routing/nearest_edge_finder.cpp +++ b/routing/nearest_edge_finder.cpp @@ -40,7 +40,6 @@ void NearestEdgeFinder::AddInformationSource(FeatureID const & featureId, IRoadG feature::TAltitude projPointAlt = feature::kDefaultAltitudeMeters; if (segLenM == 0.0) { - LOG(LWARNING, ("Length of segment", i, " of feature", featureId, "is zero.")); projPointAlt = startAlt; } else