Browse Source

[trac499] Remove last dummy log call from io_fetch.cc

Stephen Morris 14 years ago
parent
commit
be701769ab
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/lib/asiolink/io_fetch.cc

+ 0 - 4
src/lib/asiolink/io_fetch.cc

@@ -27,7 +27,6 @@
 #include <dns/messagerenderer.h>
 #include <dns/messagerenderer.h>
 #include <dns/opcode.h>
 #include <dns/opcode.h>
 #include <dns/rcode.h>
 #include <dns/rcode.h>
-#include <log/dummylog.h>
 #include <log/logger.h>
 #include <log/logger.h>
 
 
 #include <asio.hpp>
 #include <asio.hpp>
@@ -177,9 +176,6 @@ IOFetch::operator()(asio::error_code ec, size_t length) {
 
 
             // As this is a new fetch, clear the amount of data received
             // As this is a new fetch, clear the amount of data received
             data_->cumulative = 0;
             data_->cumulative = 0;
-
-            dlog("Sending " + msg.toText() + " to " +
-                data_->remote->getAddress().toText());
         }
         }
 
 
         // If we timeout, we stop, which will can cancel outstanding I/Os and
         // If we timeout, we stop, which will can cancel outstanding I/Os and