commit bb9f37f029c3d6572aba5dda4848a79daed5a7d6
parent db7ed69f2ae8dcdf2308815bb899c86ff8cce04c
Author: Joris Vink <joris@coders.se>
Date: Wed, 7 Aug 2013 14:59:59 +0200
remove KORE_DEBUG define that sneaked in
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/includes/kore.h b/includes/kore.h
@@ -47,8 +47,6 @@
#define KORE_PIDFILE_DEFAULT "/var/run/kore.pid"
#define KORE_DEFAULT_CIPHER_LIST "HIGH:!aNULL:!MD5;"
-#define KORE_DEBUG 1
-
#if defined(KORE_DEBUG)
#define kore_debug(fmt, ...) \
if (kore_debug) \