From d4954eb090fdd0b0ca144096b3f38554f8cee9e7 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 21 Nov 2020 18:26:43 -0800 Subject: [PATCH] Removed debug code --- src/hidapi/linux/hid.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hidapi/linux/hid.c b/src/hidapi/linux/hid.c index 03828ff36..19a0d9669 100644 --- a/src/hidapi/linux/hid.c +++ b/src/hidapi/linux/hid.c @@ -845,7 +845,6 @@ int HID_API_EXPORT hid_get_feature_report(hid_device *dev, unsigned char *data, 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;