core: undefining ENABLE_DEBUG is no longer required
This commit is contained in:
parent
f386de6203
commit
e9426ef9ab
|
@ -78,7 +78,6 @@
|
|||
__FILE__, __LINE__, __func__); \
|
||||
DEBUG_PRINT(__VA_ARGS__); \
|
||||
} while (0)
|
||||
#undef ENABLE_DEBUG
|
||||
#else
|
||||
#define DEBUG(...)
|
||||
#define DEBUGF(...)
|
||||
|
|
Loading…
Reference in New Issue