Skip to content

Commit

Permalink
core: undefining ENABLE_DEBUG is no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Dec 3, 2014
1 parent f386de6 commit e9426ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/include/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
__FILE__, __LINE__, __func__); \
DEBUG_PRINT(__VA_ARGS__); \
} while (0)
#undef ENABLE_DEBUG
#else
#define DEBUG(...)
#define DEBUGF(...)
Expand Down

0 comments on commit e9426ef

Please sign in to comment.