X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fzeroplus-logic-cube%2Fgl_usb.c;h=b371ba5979c8afe1d6292febbd9cc2f28b83ad0d;hb=7c70c53843766003b881ca2c47f2c4bb454a3360;hp=29a7a7b164ac5ca90c482886782b5e1acdce56f1;hpb=fed16f06e236f3f2ccc25a63ca7ec7a020124fdc;p=libsigrok.git diff --git a/hardware/zeroplus-logic-cube/gl_usb.c b/hardware/zeroplus-logic-cube/gl_usb.c index 29a7a7b1..b371ba59 100644 --- a/hardware/zeroplus-logic-cube/gl_usb.c +++ b/hardware/zeroplus-logic-cube/gl_usb.c @@ -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;