remove debug macro

This commit is contained in:
Joris Vink 2016-12-04 16:52:11 +01:00
parent 652833a979
commit 16166d37bd
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@
#include "tasks.h"
#endif
#define WORKER_DEBUG
#if defined(WORKER_DEBUG)
#define worker_debug(fmt, ...) printf(fmt, ##__VA_ARGS__)
#else