소스 검색

Removed debug code

Sam Lantinga 4 년 전
부모
커밋
d4954eb090
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/hidapi/linux/hid.c

+ 0 - 1
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;
 	int res;
 
 
 	/* It looks like HIDIOCGFEATURE() on Bluetooth LE devices doesn't return the report number */
 	/* It looks like HIDIOCGFEATURE() on Bluetooth LE devices doesn't return the report number */
-	printf("HIDIOCGFEATURE\n");
 	if (dev->needs_ble_hack) {
 	if (dev->needs_ble_hack) {
 		data[1] = data[0];
 		data[1] = data[0];
 		++data;
 		++data;