From 60088c00f6a43f88fdce9726c83c526a25650374 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 27 Jun 2012 10:09:53 +0000 Subject: [PATCH] -cleaner --- src/gns/test_gns_ns_lookup.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/gns/test_gns_ns_lookup.c b/src/gns/test_gns_ns_lookup.c index 638efdc1a..890347bc6 100644 --- a/src/gns/test_gns_ns_lookup.c +++ b/src/gns/test_gns_ns_lookup.c @@ -32,9 +32,6 @@ #include "gnunet_dnsparser_lib.h" #include "gnunet_gns_service.h" -/* DEFINES */ -#define VERBOSE GNUNET_YES - /* Timeout for entire testcase */ #define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 20) @@ -437,9 +434,6 @@ check () char *const argv[] = { "test-gns-ns-lookup", /* Name to give running binary */ "-c", "test_gns_simple_lookup.conf", /* Config file to use */ -#if VERBOSE - "-L", "DEBUG", -#endif NULL }; struct GNUNET_GETOPT_CommandLineOption options[] = { @@ -464,11 +458,7 @@ main (int argc, char *argv[]) int ret; GNUNET_log_setup ("test-gns-simple-lookup", -#if VERBOSE - "DEBUG", -#else "WARNING", -#endif NULL); ret = check (); /** -- 2.25.1