away
authorChristian Grothoff <christian@grothoff.org>
Mon, 31 May 2010 22:08:01 +0000 (22:08 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 31 May 2010 22:08:01 +0000 (22:08 +0000)
src/transport/transport_api.c

index 8007c6d8e12ad6ddcfbdb0e837a5dba6e741f5cf..2cd56317863a9e82ced426edbd2e4fead54cbc68 100644 (file)
@@ -588,10 +588,6 @@ transport_notify_ready (void *cls, size_t size, void *buf)
       mret = th->notify (th->notify_cls, 
                         size - sizeof (struct OutboundMessage),
                         &cbuf[ret + sizeof (struct OutboundMessage)]);
-      GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-                 "Added %u bytes of data message at %u\n",
-                 mret,
-                 ret);
       GNUNET_assert (mret <= size - sizeof (struct OutboundMessage));
 #if DEBUG_TRANSPORT
       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,