summaryrefslogtreecommitdiffstats
path: root/src/usb-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usb-device.c')
-rw-r--r--src/usb-device.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/usb-device.c b/src/usb-device.c
index 2913198..9363179 100644
--- a/src/usb-device.c
+++ b/src/usb-device.c
@@ -105,8 +105,6 @@ static void usb_reattach_kernel_driver(usb_dev_handle * udev, int interface) {
if ( interface < 0 )
return;
- PRINTF_LINE("Reattach kernel driver to USB interface...");
- PRINTF_END();
usb_release_interface(udev, interface);
ioctl(*((int *)udev), _IOWR('U', 18, command), &command);
#endif