From 20b7bc5f4061769ccb4256db508529cf29b31da2 Mon Sep 17 00:00:00 2001 From: BenDroid Date: Fri, 29 Dec 2017 19:51:12 +0100 Subject: [PATCH] Removed debug log --- src/cc/Service.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cc/Service.cpp b/src/cc/Service.cpp index e4c05494..81cad410 100644 --- a/src/cc/Service.cpp +++ b/src/cc/Service.cpp @@ -82,8 +82,6 @@ unsigned Service::handleGET(const Options* options, const std::string& url, cons } } - LOG_INFO("Resp. lengt: %d", resp.length()); - uv_mutex_unlock(&m_mutex); return resultCode;