mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-08 07:31:03 +00:00
Removed debug code
This commit is contained in:
parent
b442e617e9
commit
d4954eb090
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue