libusb: disable debug messages by default
Change-Id: I15dec0f521502139b57adaff576516af7883a74b Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/1314 Tested-by: jenkins__archive__
parent
3ad44cc1f5
commit
305832c49d
|
@ -51,8 +51,6 @@ int jtag_libusb_open(const uint16_t vids[], const uint16_t pids[],
|
|||
if (libusb_init(&jtag_libusb_context) < 0)
|
||||
return -ENODEV;
|
||||
|
||||
libusb_set_debug(jtag_libusb_context, 3);
|
||||
|
||||
cnt = libusb_get_device_list(jtag_libusb_context, &devs);
|
||||
|
||||
for (idx = 0; idx < cnt; idx++) {
|
||||
|
|
Loading…
Reference in New Issue