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:54:05 -05:00
parent f4eec09155
commit 7017be48e8

View File

@ -10,11 +10,8 @@
#include <KernelExport.h>
/* debug is default */
#ifndef NDEBUG
# define H2DEBUG
#endif
#ifdef H2DEBUG
#define DEBUG
#ifdef DEBUG
# define TRACE(x...) dprintf("h2generic: " x)
#else
# define TRACE(x...) ;