From f94ebf5296b02d9e7a9cffbad60c367f253e6269 Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Fri, 10 Feb 2012 17:35:59 +0100 Subject: [PATCH] Removing unnecessary debug output --- Contractor/EdgeBasedGraphFactory.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Contractor/EdgeBasedGraphFactory.cpp b/Contractor/EdgeBasedGraphFactory.cpp index 1625623e5..a1fcd0f8c 100644 --- a/Contractor/EdgeBasedGraphFactory.cpp +++ b/Contractor/EdgeBasedGraphFactory.cpp @@ -241,7 +241,6 @@ void EdgeBasedGraphFactory::Run() { currentNode.lon2 = inputNodeInfoList[w].lon; currentNode.id = edgeBasedTarget; currentNode.ignoreInGrid = _nodeBasedGraph->GetEdgeData(e2).ignoreInGrid; - INFO("created node #" << edgeBasedNodes.size() << " (" << v << "," << w << ")"); edgeBasedNodes.push_back(currentNode); }