]> granicus.if.org Git - pdns/commitdiff
silence debugging output
authorbert hubert <bert.hubert@netherlabs.nl>
Tue, 31 Mar 2015 14:14:46 +0000 (16:14 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Tue, 31 Mar 2015 14:14:46 +0000 (16:14 +0200)
pdns/dnsdist-web.cc

index 61e2de6e31229f8dbfcb175c23cdb1b9b81f22ad..a8ed95348e823fb0bba236895379b231bb50e14a 100644 (file)
@@ -99,7 +99,7 @@ static void connectionThread(int sock, ComboAddress remote, string password)
       { "qa-latency", (int)g_stats.latency},
       { "something", Json::array { 1, 2, 3 } },
     };
-    cout<<g_stats.latency<<endl;
+
     resp.headers["Content-Type"] = "application/json";
     resp.body=my_json.dump();
   }