浏览代码

Removed logging RPC request.

Tatsuhiro Tsujikawa 14 年之前
父节点
当前提交
18d51a3e20
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/HttpServerBodyCommand.cc

+ 0 - 2
src/HttpServerBodyCommand.cc

@@ -193,8 +193,6 @@ bool HttpServerBodyCommand::execute()
       timeoutTimer_ = global::wallclock;
       timeoutTimer_ = global::wallclock;
 
 
       if(httpServer_->receiveBody()) {
       if(httpServer_->receiveBody()) {
-        A2_LOG_DEBUG(fmt("%s", httpServer_->getBody().c_str()));
-
         std::string reqPath = httpServer_->getRequestPath();
         std::string reqPath = httpServer_->getRequestPath();
         reqPath.erase(std::find(reqPath.begin(), reqPath.end(), '#'),
         reqPath.erase(std::find(reqPath.begin(), reqPath.end(), '#'),
                       reqPath.end());
                       reqPath.end());