]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Remove a forgotten debug message 11707/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 22 Jun 2022 08:59:12 +0000 (10:59 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 22 Jun 2022 08:59:12 +0000 (10:59 +0200)
pdns/dnsdist.cc

index e67d7a7a6beb743a525e2f609b978eb24b1402c6..fb2318eb8210d10d27f5a30890ee3cc55c793e25 100644 (file)
@@ -656,7 +656,6 @@ void responderThread(std::shared_ptr<DownstreamState> dss)
 
         double udiff = ids->sentTime.udiff();
         // do that _before_ the processing, otherwise it's not fair to the backend
-        cerr<<"udiff is "<<(udiff/1000.0)<<endl;
         dss->latencyUsec = (127.0 * dss->latencyUsec / 128.0) + udiff / 128.0;
 
         /* don't call processResponse for DOH */