From: Kees Monshouwer Date: Wed, 21 Jan 2015 11:34:29 +0000 (+0100) Subject: remove debug output in yahttp reqresp.hpp X-Git-Tag: rec-3.7.0-rc2~53^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2109%2Fhead;p=thirdparty%2Fpdns.git remove debug output in yahttp reqresp.hpp --- diff --git a/pdns/ext/yahttp/yahttp/reqresp.hpp b/pdns/ext/yahttp/yahttp/reqresp.hpp index 7190992ffe..8916c8e710 100644 --- a/pdns/ext/yahttp/yahttp/reqresp.hpp +++ b/pdns/ext/yahttp/yahttp/reqresp.hpp @@ -79,7 +79,6 @@ namespace YaHTTP { #endif n = 0; - std::cerr << "Sending file " << path << std::endl; while(ifs && ifs.good()) { ifs.read(buf, sizeof buf); n += (k = ifs.gcount());