From 0643f75ac2a0a31fe593a8018fc55e6e6b59c5f0 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Wed, 21 Jan 2015 12:34:29 +0100 Subject: [PATCH] remove debug output in yahttp reqresp.hpp --- pdns/ext/yahttp/yahttp/reqresp.hpp | 1 - 1 file changed, 1 deletion(-) 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()); -- 2.47.2