Author: remi
Date: 2007-03-09 14:21:58 +0100 (Fri, 09 Mar 2007)
New Revision: 142
Modified:
daemon/trunk/main.c
Log:
UPD : WARNING
- Some updates for debugging
Modified: daemon/trunk/main.c
===================================================================
--- daemon/trunk/main.c 2007-03-09 13:21:43 UTC (rev 141)
+++ daemon/trunk/main.c 2007-03-09 13:21:58 UTC (rev 142)
@@ -37,10 +37,6 @@
#include "libs/USBDaemon_status_table.h"
#include "version.h"
-
-/* DEBUG */
-#define LIBUSB_DEBUG_LEVEL 255
-
/*_____________________ F U N C T I O N S __________________________________*/
struct version_s version = {0, 0, 0, "\0", "\0", 0};
|