remove debug info
This commit is contained in:
parent
40424da3b7
commit
217f197190
@ -150,7 +150,6 @@ NodeID readBinaryOSRMGraphFromStream(std::istream &in, std::vector<EdgeT>& edgeL
|
||||
std::swap(forward, backward);
|
||||
}
|
||||
|
||||
INFO( "inputEdge" );
|
||||
EdgeT inputEdge(source, target, nameID, weight, forward, backward, isRoundabout, ignoreInGrid, isAccessRestricted, mode );
|
||||
edgeList.push_back(inputEdge);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user