(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 7 Apr 2010 15:45:11 +0000 (15:45 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 7 Apr 2010 15:45:11 +0000 (15:45 +0000)
src/hostlist/gnunet-daemon-hostlist.c

index d02efdc6211235229bd3fd777bbf0dbcf7ac111a..9f3453890b9b6278329fb89c9b031e545c56962e 100644 (file)
@@ -42,9 +42,6 @@
 #include "gnunet_time_lib.h"
 #include "gnunet_util_lib.h"
 
-#define DEBUG_HOSTLIST_LEARNING GNUNET_YES
-#define VERBOSE GNUNET_YES
-
 /**
  * Set if we are allowed to advertise our hostlist to others.
  */
@@ -254,13 +251,6 @@ main (int argc, char *const *argv)
   int ret;
   GNUNET_log_setup ("hostlist","DEBUG",NULL);
 
-  GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-              "ERROR\n");
-  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              "DEBUG\n");
-  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-              "INFO\n");
-
   ret = (GNUNET_OK ==
          GNUNET_PROGRAM_run (argc,
                              argv,