From 3be4dd56db267ca992f3abec7adb9351ae636321 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 14 Jun 2011 12:13:03 +0000 Subject: [PATCH] oops --- src/util/network.c | 8 -------- 1 file changed, 8 deletions(-) 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 -- 2.25.1