]> granicus.if.org Git - pdns/commitdiff
remove debug output in yahttp reqresp.hpp
authorKees Monshouwer <mind04@monshouwer.org>
Wed, 21 Jan 2015 11:34:29 +0000 (12:34 +0100)
committermind04 <mind04@monshouwer.org>
Wed, 21 Jan 2015 11:34:29 +0000 (12:34 +0100)
pdns/ext/yahttp/yahttp/reqresp.hpp

index 7190992ffee663e2bf2f6b0fa9f2541ac509bb30..8916c8e71080f38d809b0e88dc3a07d58945aeea 100644 (file)
@@ -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());