From e6689144c498f60b2798728fcb4d951bed534552 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Thu, 29 May 2014 16:27:08 +0200 Subject: [PATCH] remove debug output --- RoutingAlgorithms/AlternativePathRouting.h | 1 - 1 file changed, 1 deletion(-) diff --git a/RoutingAlgorithms/AlternativePathRouting.h b/RoutingAlgorithms/AlternativePathRouting.h index d53992dc8..1b7e1465b 100644 --- a/RoutingAlgorithms/AlternativePathRouting.h +++ b/RoutingAlgorithms/AlternativePathRouting.h @@ -344,7 +344,6 @@ template class AlternativeRouting : private BasicRoutingInte packed_alternate_path, phantom_node_pair, raw_route_data.unpacked_alternative); 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 { BOOST_ASSERT(raw_route_data.alternative_path_length == INVALID_EDGE_WEIGHT); }