diff options
author | n_hibma <n_hibma@FreeBSD.org> | 2008-10-22 10:12:21 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 2008-10-22 10:12:21 +0000 |
commit | b7cd789a4d2fad8a339dd979569cf428134b3559 (patch) | |
tree | a525d6728fbced7f06d854b06d6777e4e2fc6b94 /sys | |
parent | 90249f54fbde96d62ebaf8dcb99053e5aba1e260 (diff) | |
download | FreeBSD-src-b7cd789a4d2fad8a339dd979569cf428134b3559.zip FreeBSD-src-b7cd789a4d2fad8a339dd979569cf428134b3559.tar.gz |
Remove the debug flag.
This makes the u3gstub lines and the Windows-driver CD-ROM devices
disappear.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/u3g.c | 1 |
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) |