core: undefining ENABLE_DEBUG is no longer required

This commit is contained in:
Oleg Hahm 2014-12-03 22:56:15 +01:00
parent f386de6203
commit e9426ef9ab
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@
__FILE__, __LINE__, __func__); \
DEBUG_PRINT(__VA_ARGS__); \
} while (0)
#undef ENABLE_DEBUG
#else
#define DEBUG(...)
#define DEBUGF(...)