Remove a stray debug log.

This commit is contained in:
Relintai 2021-07-06 22:23:57 +02:00
parent 2b9e84b4be
commit 4c0ec16bdc

View File

@ -489,8 +489,6 @@ bool DWebApplication::reuse_port() const {
void DWebApplication::on_async_request(const HttpRequestImplPtr &req, std::function<void(const HttpResponsePtr &)> &&callback) {
LOG_INFO << "on_async_request";
LOG_TRACE << "new request:" << req->peerAddr().toIpPort() << "->" << req->localAddr().toIpPort();
LOG_TRACE << "Headers " << req->methodString() << " " << req->path();
LOG_TRACE << "http path=" << req->path();