From 9b52dd8bf77ac7c083fbe5b7d59be1f9de7b9dd4 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Fri, 1 Apr 2016 12:41:19 -0700 Subject: [PATCH] Remove leftover debug output. --- src/extractor/edge_based_graph_factory.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/extractor/edge_based_graph_factory.cpp b/src/extractor/edge_based_graph_factory.cpp index 53d78c5c5..4cbde57c7 100644 --- a/src/extractor/edge_based_graph_factory.cpp +++ b/src/extractor/edge_based_graph_factory.cpp @@ -352,7 +352,6 @@ void EdgeBasedGraphFactory::GenerateEdgeExpandedEdges( // the following is the core of the loop. unsigned distance = edge_data1.distance; - std::cout << "Distance: " << distance << std::endl; if (m_traffic_lights.find(node_v) != m_traffic_lights.end()) { distance += profile_properties.traffic_signal_penalty;