Removed debug output
This commit is contained in:
parent
d80586e405
commit
d05638f64f
@ -43,7 +43,6 @@ struct ObjectsForQueryStruct {
|
||||
//Deserialize road network graph
|
||||
std::vector< InputEdge> edgeList;
|
||||
const int n = readHSGRFromStream(hsgrInStream, edgeList);
|
||||
INFO("Graph has " << n << " nodes");
|
||||
graph = new QueryGraph(n, edgeList);
|
||||
std::vector< InputEdge >().swap( edgeList ); //free memory
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user