]> granicus.if.org Git - pdns/commitdiff
dnswasher: Don't spam stdout in IPObfuscator::obf6()
authorRobert Edmonds <edmonds@fsi.io>
Sat, 16 Apr 2016 00:42:21 +0000 (20:42 -0400)
committerRobert Edmonds <edmonds@fsi.io>
Sat, 16 Apr 2016 00:42:21 +0000 (20:42 -0400)
pdns/dnswasher.cc

index 34613708e151736106b5116cd26c6ad82db39acd..7032394c4dc5aa54ee838eee0d17e5216fa4aba8 100644 (file)
@@ -42,7 +42,6 @@ public:
 
   uint64_t obf6(uint64_t orig)
   {
-    cout<<d_counter<<endl;
     if(d_ro6map.count(orig))
       return d_ip6map[orig];
     else {