From 18d51a3e209feea71313bfdfbd89ff5c502ab6b8 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 17 Mar 2011 16:09:22 +0900 Subject: [PATCH] Removed logging RPC request. --- src/HttpServerBodyCommand.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/HttpServerBodyCommand.cc b/src/HttpServerBodyCommand.cc index ff086771..a41248d2 100644 --- a/src/HttpServerBodyCommand.cc +++ b/src/HttpServerBodyCommand.cc @@ -193,8 +193,6 @@ bool HttpServerBodyCommand::execute() timeoutTimer_ = global::wallclock; if(httpServer_->receiveBody()) { - A2_LOG_DEBUG(fmt("%s", httpServer_->getBody().c_str())); - std::string reqPath = httpServer_->getRequestPath(); reqPath.erase(std::find(reqPath.begin(), reqPath.end(), '#'), reqPath.end());