Remove the debug flag.
This makes the u3gstub lines and the Windows-driver CD-ROM devices disappear.
This commit is contained in:
parent
cecf066b90
commit
8e6a6bfcce
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184160
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user