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;