[libusb] Back out one debugging line that made it in by accident.

This commit is contained in:
Solomon Peachy 2012-11-05 20:34:35 -05:00
parent 4381022200
commit 3a99197258

View file

@ -297,8 +297,6 @@ found2:
}
}
goto done_close;
ret = libusb_claim_interface(dev, iface);
if (ret) {
fprintf(stderr, "Could not claim printer interface (%d)\r\n", ret);