From 9e285a423b246b9fc5c3394bef947d130f44888a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 31 May 2010 22:08:01 +0000 Subject: [PATCH] away --- src/transport/transport_api.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c index 8007c6d8e..2cd563178 100644 --- a/src/transport/transport_api.c +++ b/src/transport/transport_api.c @@ -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, -- 2.25.1