remove commented out debug defines.

This commit is contained in:
Joris Vink 2013-07-18 22:13:59 +02:00
parent ba84a1a5e2
commit dca6e58189
1 changed files with 0 additions and 2 deletions

View File

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