Removing debug output

This commit is contained in:
Emil Tin
2013-02-03 18:13:57 +01:00
committed by DennisOSRM
parent c453f8e7a9
commit 73c81a0a6c
3 changed files with 4 additions and 11 deletions
-1
View File
@@ -376,7 +376,6 @@ TurnInstruction EdgeBasedGraphFactory::AnalyzeTurn(const NodeID u, const NodeID
return TurnInstructions.NoTurn;
}
if( (data1.nameID == data2.nameID) && (0 == data1.nameID) && (_nodeBasedGraph->GetOutDegree(v) <= 2) ) {
ERR("should not happen");
return TurnInstructions.NoTurn;
}