summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/usb/u3g.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/u3g.c b/sys/dev/usb/u3g.c
index e69f9aa..20dc6ed 100644
--- a/sys/dev/usb/u3g.c
+++ b/sys/dev/usb/u3g.c
@@ -48,7 +48,6 @@
#include "usbdevs.h"
-#define U3G_DEBUG 1
#ifdef U3G_DEBUG
#define DPRINTF(x...) do { if (u3gdebug) device_printf(self, ##x); } while (0)
#define DPRINTFN(n, x...) do { if (u3gdebug > (n)) device_printf(self, ##x); } while (0)
OpenPOWER on IntegriCloud