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 ");