From 5362de9a58a30cf5d35c0c550b49c244b5b27189 Mon Sep 17 00:00:00 2001 From: antao Date: Mon, 15 Oct 2018 16:17:13 +0800 Subject: [PATCH] Modify log output --- lib/src/HttpAppFrameworkImpl.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/HttpAppFrameworkImpl.cc b/lib/src/HttpAppFrameworkImpl.cc index 4fd57199..62e14ad8 100755 --- a/lib/src/HttpAppFrameworkImpl.cc +++ b/lib/src/HttpAppFrameworkImpl.cc @@ -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)); }