DEBUG was enabled accidentally in commit 26a9e82a.

Signed-off-by: Markus Armbruster <arm...@redhat.com>
---

diff --git a/usb-linux.c b/usb-linux.c
index 96f9a27..ea2a807 100644
--- a/usb-linux.c
+++ b/usb-linux.c
@@ -65,7 +65,7 @@ typedef int USBScanFunc(void *opaque, int bus_num, int addr, 
int class_id,
                         int vendor_id, int product_id,
                         const char *product_name, int speed);
 
-#define DEBUG
+//#define DEBUG
 
 #ifdef DEBUG
 #define dprintf printf


Reply via email to