From 8e6a6bfccea97c7b9b9db04f7d7e116ba5cec9f1 Mon Sep 17 00:00:00 2001 From: Nick Hibma Date: Wed, 22 Oct 2008 10:12:21 +0000 Subject: Remove the debug flag. This makes the u3gstub lines and the Windows-driver CD-ROM devices disappear. --- sys/dev/usb/u3g.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/usb/u3g.c b/sys/dev/usb/u3g.c index e69f9aaf0954..20dc6ed48b35 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) -- cgit v1.3