Route description output turned off

This commit is contained in:
Dennis Luxen 2010-11-17 15:54:58 +00:00
parent 03772fd85b
commit 73ab331506

View File

@ -116,7 +116,7 @@ public:
rep.content += ("<kml xmlns=\"http://www.opengis.net/kml/2.2\">");
rep.content += ("<Document>");
/* if(distance != std::numeric_limits<unsigned int>::max())
/* if(distance != std::numeric_limits<unsigned int>::max())
computeDescription(tmp, path, phantomNodes);
cout << tmp << endl;
*/