Removed debug code
diff --git a/src/hidapi/linux/hid.c b/src/hidapi/linux/hid.c
index 03828ff..19a0d96 100644
--- a/src/hidapi/linux/hid.c
+++ b/src/hidapi/linux/hid.c
@@ -845,7 +845,6 @@
 	int res;
 
 	/* It looks like HIDIOCGFEATURE() on Bluetooth LE devices doesn't return the report number */
-	printf("HIDIOCGFEATURE\n");
 	if (dev->needs_ble_hack) {
 		data[1] = data[0];
 		++data;