From: Remi Gacogne Date: Wed, 6 Jun 2018 08:34:44 +0000 (+0200) Subject: dnsdist: Remove left-over debug message in the console code X-Git-Tag: dnsdist-1.3.1~34^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a5c806bd79f5d8a5ee59a754c8d78f1b3197311;p=pdns dnsdist: Remove left-over debug message in the console code --- diff --git a/pdns/dnsdist-console.cc b/pdns/dnsdist-console.cc index 4405065b5..fb1598fca 100644 --- a/pdns/dnsdist-console.cc +++ b/pdns/dnsdist-console.cc @@ -86,7 +86,6 @@ static bool sendMessageToServer(int fd, const std::string& line, SodiumNonce& re putMsgLen32(fd, static_cast(msgLen)); if (!msg.empty()) { - cerr << "sending message of size " << msgLen << endl; writen2(fd, msg); }