Modify log output

This commit is contained in:
antao 2018-10-15 16:17:13 +08:00
parent b81584ff2e
commit 5362de9a58
1 changed files with 0 additions and 1 deletions

View File

@ -1085,7 +1085,6 @@ void HttpAppFrameworkImpl::readSendFile(const std::string &filePath, const HttpR
std::string str;
str.resize(filesize);
pbuf->sgetn(&str[0], filesize);
LOG_INFO << "file len:" << str.length();
resp->setBody(std::move(str));
}