From ac4285d67cb9ac7cdab4f70f979184295000488b Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Tue, 14 Sep 2010 08:34:05 +0000 Subject: [PATCH] remove crazy debugging --- src/transport/plugin_transport_tcp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c index ce6044f59..8c1d3d333 100644 --- a/src/transport/plugin_transport_tcp.c +++ b/src/transport/plugin_transport_tcp.c @@ -37,8 +37,8 @@ #include "plugin_transport.h" #include "transport.h" -#define DEBUG_TCP GNUNET_YES -#define DEBUG_TCP_NAT GNUNET_YES +#define DEBUG_TCP GNUNET_NO +#define DEBUG_TCP_NAT GNUNET_NO /** * How long until we give up on transmitting the welcome message? -- 2.25.1