From 16d421a496c434b0fddd82d5afe321286d2728ef Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 3 Feb 2021 10:22:38 +0100 Subject: [PATCH] dnsdist: Remove forgotten debug line in the web server --- pdns/dnsdist-web.cc | 1 - 1 file changed, 1 deletion(-) 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)) { -- 2.47.2