oops
authorChristian Grothoff <christian@grothoff.org>
Tue, 14 Jun 2011 12:13:03 +0000 (12:13 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 14 Jun 2011 12:13:03 +0000 (12:13 +0000)
src/util/network.c

index 38323311e4575d3f003dafc7488d0b4f37a5473e..49e50101ba8f750e77f670e6b7a71b34355ded92 100644 (file)
@@ -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