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 af5f416e6d535b1bb20caaad56c200d6f7276a23
parent 3075162855d6428533550e29406942795dd704a0
Author: Joris Vink <joris@coders.se>
Date:   Tue, 13 Aug 2013 14:19:57 +0200

and as always, remove debug.

Diffstat:
includes/kore.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/includes/kore.h b/includes/kore.h @@ -48,8 +48,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) \