mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-14 04:57:21 +01:00
Remove a stray debug log.
This commit is contained in:
parent
2b9e84b4be
commit
4c0ec16bdc
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user