mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-24 03:58:28 +00:00
Turned off debug messages
This commit is contained in:
@@ -605,7 +605,6 @@ HIDAPI_AddDevice(struct hid_device_info *info)
|
||||
return;
|
||||
}
|
||||
|
||||
#define DEBUG_HIDAPI
|
||||
#ifdef DEBUG_HIDAPI
|
||||
SDL_Log("Adding HIDAPI device '%s' interface %d, usage page 0x%.4x, usage 0x%.4x\n", device->name, device->interface_number, device->usage_page, device->usage);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user