]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Remove forgotten debug line in the web server 10050/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 3 Feb 2021 09:22:38 +0000 (10:22 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 3 Feb 2021 09:22:38 +0000 (10:22 +0100)
pdns/dnsdist-web.cc

index 303331eecdad920db5c4fe98127fad9abc2c6399..eec18b202273f2381ca3f3226c70395116a3330b 100644 (file)
@@ -250,7 +250,6 @@ static bool isAStatsRequest(const YaHTTP::Request& req)
 
 static bool handleAuthorization(const YaHTTP::Request& req)
 {
-  cerr<<"handling auth for "<<req.url.path<<endl;
   std::lock_guard<std::mutex> lock(g_webserverConfig.lock);
 
   if (isAStatsRequest(req)) {