From: Remi Gacogne Date: Wed, 3 Feb 2021 09:22:38 +0000 (+0100) Subject: dnsdist: Remove forgotten debug line in the web server X-Git-Tag: dnsdist-1.6.0-alpha2~69^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10050%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Remove forgotten debug line in the web server --- diff --git a/pdns/dnsdist-web.cc b/pdns/dnsdist-web.cc index 303331eecd..eec18b2022 100644 --- a/pdns/dnsdist-web.cc +++ b/pdns/dnsdist-web.cc @@ -250,7 +250,6 @@ static bool isAStatsRequest(const YaHTTP::Request& req) static bool handleAuthorization(const YaHTTP::Request& req) { - cerr<<"handling auth for "< lock(g_webserverConfig.lock); if (isAStatsRequest(req)) {