remove debug output
This commit is contained in:
parent
a67de410bf
commit
e6689144c4
@ -344,7 +344,6 @@ template <class DataFacadeT> class AlternativeRouting : private BasicRoutingInte
|
|||||||
packed_alternate_path, phantom_node_pair, raw_route_data.unpacked_alternative);
|
packed_alternate_path, phantom_node_pair, raw_route_data.unpacked_alternative);
|
||||||
|
|
||||||
raw_route_data.alternative_path_length = length_of_via_path;
|
raw_route_data.alternative_path_length = length_of_via_path;
|
||||||
SimpleLogger().Write() << "length of via path: " << length_of_via_path << " & selected_via_node: " << selected_via_node;
|
|
||||||
} else {
|
} else {
|
||||||
BOOST_ASSERT(raw_route_data.alternative_path_length == INVALID_EDGE_WEIGHT);
|
BOOST_ASSERT(raw_route_data.alternative_path_length == INVALID_EDGE_WEIGHT);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user