From: Christian Grothoff Date: Tue, 14 Jun 2011 12:13:03 +0000 (+0000) Subject: oops X-Git-Tag: initial-import-from-subversion-38251~18219 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3be4dd56db267ca992f3abec7adb9351ae636321;p=oweals%2Fgnunet.git oops --- diff --git a/src/util/network.c b/src/util/network.c index 38323311e..49e50101b 100644 --- a/src/util/network.c +++ b/src/util/network.c @@ -565,14 +565,6 @@ GNUNET_NETWORK_socket_send (const struct GNUNET_NETWORK_Handle * desc, flags |= MSG_NOSIGNAL; #endif - if ( (length > 200) && (0 == (3 & (long)buffer)) ) - { - const struct GNUNET_MessageHeader *hdr = buffer; - fprintf (stderr, "T: %u, S: %u\n", - ntohs (hdr->type), - ntohs (hdr->size)); - } - ret = send (desc->fd, buffer, length, flags); #ifdef MINGW