From 73ab3315065f480e9f894559e2e12a8e86496715 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Wed, 17 Nov 2010 15:54:58 +0000 Subject: [PATCH] Route description output turned off --- HttpServer/request_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/request_handler.h b/HttpServer/request_handler.h index 7095f16cc..17ab64a41 100644 --- a/HttpServer/request_handler.h +++ b/HttpServer/request_handler.h @@ -116,7 +116,7 @@ public: rep.content += (""); rep.content += (""); -/* if(distance != std::numeric_limits::max()) +/* if(distance != std::numeric_limits::max()) computeDescription(tmp, path, phantomNodes); cout << tmp << endl; */