removing left-over debug output

This commit is contained in:
DennisOSRM 2013-01-23 11:52:18 +01:00
parent 296e7ccb08
commit b4ee345966

View File

@ -270,7 +270,5 @@ int main (int argc, char *argv[]) {
//cleanedEdgeList.clear();
_nodes.clear();
INFO("finished preprocessing");
INFO("Edgebased edge list size " << edgeBasedEdgeList.size());
return 0;
}