No debug.
authorPekka Riikonen <priikone@silcnet.org>
Wed, 29 Nov 2006 20:50:58 +0000 (20:50 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 29 Nov 2006 20:50:58 +0000 (20:50 +0000)
lib/silcutil/silchashtable.c

index a090caa52319b968aa6480e525ed39d79891a0d3..6ba2e0a2411662ed48c892163e5aef9abfe74d3f 100644 (file)
@@ -29,7 +29,7 @@
 #include "silchashtable.h"
 
 /* Define to 1 if you want hash table debug enabled */
-#define SILC_HASH_TABLE_DEBUG 1
+#define SILC_HASH_TABLE_DEBUG 0
 
 #if SILC_HASH_TABLE_DEBUG == 1
 #define SILC_HT_DEBUG(fmt) SILC_LOG_DEBUG(fmt)