remove KORE_DEBUG define that sneaked in

This commit is contained in:
Joris Vink 2013-08-07 14:59:59 +02:00
parent db7ed69f2a
commit bb9f37f029
1 changed files with 0 additions and 2 deletions

View File

@ -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) \