Removed debug code

This commit is contained in:
Patrick Niklaus 2016-06-13 17:57:33 +02:00
parent 71eae4137d
commit 0fc823041e
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B

View File

@ -550,7 +550,6 @@ std::vector<RouteStep> removeNoTurnInstructions(std::vector<RouteStep> steps)
// that we come across. // that we come across.
std::vector<RouteStep> postProcess(std::vector<RouteStep> steps) std::vector<RouteStep> postProcess(std::vector<RouteStep> steps)
{ {
print(steps);
// the steps should always include the first/last step in form of a location // the steps should always include the first/last step in form of a location
BOOST_ASSERT(steps.size() >= 2); BOOST_ASSERT(steps.size() >= 2);
if (steps.size() == 2) if (steps.size() == 2)