kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

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:
includes/kore.h | 2--
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) \