Remove leftover debugging code

This commit is contained in:
Patrick Niklaus
2016-05-19 00:05:28 +02:00
parent e3ce0c5887
commit 57321979ae
3 changed files with 0 additions and 8 deletions
-1
View File
@@ -741,7 +741,6 @@ void trimShortSegments(std::vector<RouteStep> &steps, LegGeometry &geometry)
auto bearing = std::round(util::coordinate_calculation::bearing(
geometry.locations[first_step.geometry_begin],
geometry.locations[first_step.geometry_begin+1]));
std::cout << geometry.locations[first_step.geometry_begin] << geometry.locations[first_step.geometry_begin+1] << std::endl;
first_step.maneuver.bearing_after = bearing;
first_step.intersections.front().bearings.front() = bearing;
}