Explorar o código

Removed logging RPC request.

Tatsuhiro Tsujikawa %!s(int64=14) %!d(string=hai) anos
pai
achega
18d51a3e20
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/HttpServerBodyCommand.cc

+ 0 - 2
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());