Remove leftover debug output.
This commit is contained in:
parent
2cf19010e3
commit
9b52dd8bf7
@ -352,7 +352,6 @@ void EdgeBasedGraphFactory::GenerateEdgeExpandedEdges(
|
|||||||
|
|
||||||
// the following is the core of the loop.
|
// the following is the core of the loop.
|
||||||
unsigned distance = edge_data1.distance;
|
unsigned distance = edge_data1.distance;
|
||||||
std::cout << "Distance: " << distance << std::endl;
|
|
||||||
if (m_traffic_lights.find(node_v) != m_traffic_lights.end())
|
if (m_traffic_lights.find(node_v) != m_traffic_lights.end())
|
||||||
{
|
{
|
||||||
distance += profile_properties.traffic_signal_penalty;
|
distance += profile_properties.traffic_signal_penalty;
|
||||||
|
Loading…
Reference in New Issue
Block a user