From 545162cd4cb3d91d5441384ef632bf478d068325 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Wed, 17 Nov 2010 14:02:27 +0000 Subject: [PATCH] Route description output turned off --- HttpServer/request_handler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HttpServer/request_handler.h b/HttpServer/request_handler.h index db643676e..7095f16cc 100644 --- a/HttpServer/request_handler.h +++ b/HttpServer/request_handler.h @@ -116,10 +116,10 @@ public: rep.content += (""); rep.content += (""); - if(distance != std::numeric_limits::max()) +/* if(distance != std::numeric_limits::max()) computeDescription(tmp, path, phantomNodes); cout << tmp << endl; - +*/ // rep.content += tmp; rep.content += (""); rep.content += ("OSM Routing Engine (c) Dennis Luxen and others ");