Browse Source

[master] remove "[XX] got an answer debugging" output

okayed via jabber
Jeremy C. Reed 14 years ago
parent
commit
08d1977537
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/lib/asiolink/udp_server.cc

+ 0 - 2
src/lib/asiolink/udp_server.cc

@@ -266,8 +266,6 @@ UDPServer::operator()(error_code ec, size_t length) {
         // this point.
         CORO_YIELD data_->io_.post(AsyncLookup<UDPServer>(*this));
 
-        dlog("[XX] got an answer");
-
         // The 'done_' flag indicates whether we have an answer
         // to send back.  If not, exit the coroutine permanently.
         if (!data_->done_) {