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