don't turn on/off libusb debugging

This commit is contained in:
Bert Vermeulen 2010-12-27 23:44:50 +01:00 committed by Bert Vermeulen
parent f0551a6543
commit a5e18535ad
2 changed files with 0 additions and 3 deletions

View File

@ -303,7 +303,6 @@ static int hw_init(char *deviceinfo)
g_warning("Failed to initialize USB.");
return 0;
}
libusb_set_debug(usb_context, 3);
/* Find all Saleae Logic devices and upload firmware to all of them. */
devcnt = 0;

View File

@ -151,8 +151,6 @@ int gl_open(int vid)
if (ret < 0)
return GL_ELIBUSB;
libusb_set_debug(NULL, 0);
if (libusb_get_device_list(NULL, &devs) < 0) {
ret = GL_EOPEN;
goto gl_open_error;