Skip to content

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
GreySyntax committed Oct 16, 2010
1 parent 9ba3c25 commit 4dbd196
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LazyUSB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ bool LazyUSB::Open(int vendorID, int productID) {
#else

libusb_init(NULL);
libusb_set_debug(NULL, 2);

if ((handle = libusb_open_device_with_vid_pid(NULL, vendorID, productID)) == NULL) {
#endif
Expand Down

0 comments on commit 4dbd196

Please sign in to comment.