Revert "h2generic: don't mess with DEBUG."

This reverts commit 63806897ef.
As discussed on the ML. Doesn't align to our normal debug practices
This commit is contained in:
Alexander von Gluck IV
2016-06-03 21:55:01 -05:00
parent f4eec09155
commit 7017be48e8
@@ -10,11 +10,8 @@
#include <KernelExport.h> #include <KernelExport.h>
/* debug is default */ #define DEBUG
#ifndef NDEBUG #ifdef DEBUG
# define H2DEBUG
#endif
#ifdef H2DEBUG
# define TRACE(x...) dprintf("h2generic: " x) # define TRACE(x...) dprintf("h2generic: " x)
#else #else
# define TRACE(x...) ; # define TRACE(x...) ;