h2debug: Drop reserved debug define

This commit is contained in:
Alexander von Gluck IV 2016-06-03 22:47:11 -05:00
parent 7017be48e8
commit f76e95bde1

View File

@ -10,7 +10,6 @@
#include <KernelExport.h>
#define DEBUG
#ifdef DEBUG
# define TRACE(x...) dprintf("h2generic: " x)
#else