Forgot to remove debug output.

This commit is contained in:
DennisOSRM
2012-02-17 14:19:45 +01:00
parent b897b5d0e2
commit ae93423116
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ public:
std::string command;
std::size_t firstAmpPosition = request.find_first_of("?");
command = request.substr(1,firstAmpPosition-1);
DEBUG("[debug] looking for handler for command: " << command);
// DEBUG("[debug] looking for handler for command: " << command);
try {
if(pluginMap.Holds(command)) {