- remove http
[oweals/gnunet.git] / src / datacache / perf_datacache.c
index 0f4fea4197721bb0f9106dbb0d7546c50312f317..77edbf92552c52fb0b0288fc04ca9ab3f7a45ba6 100644 (file)
@@ -27,7 +27,7 @@
 #include "gnunet_datacache_lib.h"
 #include <gauger.h>
 
-#define VERBOSE GNUNET_EXTRA_LOGGING
+#define VERBOSE GNUNET_NO
 
 #define ASSERT(x) do { if (! (x)) { printf("Error at %s:%d\n", __FILE__, __LINE__); goto FAILURE;} } while (0)