From a2cd5fe64e821aeeb33a1fb1c20ef8656f421b4e Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Thu, 4 Mar 2010 14:46:49 +0000 Subject: [PATCH] remove debug --- src/transport/plugin_transport_udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index c00ba1298..5bf555c90 100644 --- a/src/transport/plugin_transport_udp.c +++ b/src/transport/plugin_transport_udp.c @@ -40,7 +40,7 @@ #include "plugin_transport.h" #include "transport.h" -#define DEBUG_UDP GNUNET_YES +#define DEBUG_UDP GNUNET_NO /* * Transport cost to peer, always 1 for UDP (direct connection) -- 2.25.1