Removing debug output

This commit is contained in:
DennisOSRM
2012-05-10 11:40:12 +02:00
parent 9f63e5da96
commit ad3ec9d856
-1
View File
@@ -172,7 +172,6 @@ public:
edges.resize( edge );
_graph.reset( new _DynamicGraph( nodes, edges ) );
INFO("Finished building dynamic graph");
edges.clear();
// unsigned maxdegree = 0;
// NodeID highestNode = 0;