Removed logging RPC request.

pull/1/head
Tatsuhiro Tsujikawa 2011-03-17 16:09:22 +09:00
parent 46eced8ada
commit 18d51a3e20
1 changed files with 0 additions and 2 deletions

View File

@ -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());