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 dca6e5818992565c7970593a6577738adde83e7d
parent ba84a1a5e2bb4d7a7927ad9e1480f2a409e9de40
Author: Joris Vink <joris@coders.se>
Date:   Thu, 18 Jul 2013 22:13:59 +0200

remove commented out debug defines.

Diffstat:
src/worker.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/worker.c b/src/worker.c @@ -25,8 +25,6 @@ #include "kore.h" #include "http.h" -//#define WORKER_DEBUG 1 - #if defined(WORKER_DEBUG) #define worker_debug(fmt, ...) printf(fmt, ##__VA_ARGS__) #else