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 16166d37bd1e653c51b0c3af635900652dae4550
parent 652833a9790b361b8dd13679ba3ffe730b7ee5aa
Author: Joris Vink <joris@coders.se>
Date:   Sun,  4 Dec 2016 16:52:11 +0100

remove debug macro

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

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