Removed debug code
This commit is contained in:
parent
71eae4137d
commit
0fc823041e
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user