Removed debug log

This commit is contained in:
BenDroid 2017-12-29 19:51:12 +01:00
parent e580c3a2f6
commit 20b7bc5f40

View file

@ -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); uv_mutex_unlock(&m_mutex);
return resultCode; return resultCode;