From 6e846206b0edf033456ffabebd9ff3f127a23f85 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 4 Aug 2010 16:47:11 +0000 Subject: no debug output --- src/transport/test_transport_api.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c index 46973e414..225c4f336 100644 --- a/src/transport/test_transport_api.c +++ b/src/transport/test_transport_api.c @@ -36,7 +36,7 @@ #include "gnunet_transport_service.h" #include "transport.h" -#define VERBOSE GNUNET_YES +#define VERBOSE GNUNET_NO #define VERBOSE_ARM GNUNET_NO @@ -549,7 +549,6 @@ main (int argc, char *argv[]) else if (strstr(argv[0], "https") != NULL) { is_https = GNUNET_YES; - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"HTTPS!!!!"); } else if (strstr(argv[0], "http") != NULL) { -- cgit v1.2.3