diff --git a/src/joystick/hidapi/SDL_hidapi_switch.c b/src/joystick/hidapi/SDL_hidapi_switch.c index 5c1bea6d3..af7ef5335 100644 --- a/src/joystick/hidapi/SDL_hidapi_switch.c +++ b/src/joystick/hidapi/SDL_hidapi_switch.c @@ -960,13 +960,11 @@ ReadJoyConControllerType(SDL_HIDAPI_Device *device) break; } } -printf("Attempts: %d\n", attempts); SDL_hid_close(device->dev); device->dev = NULL; } SDL_free(ctx); } -printf("Controller type %d\n", eControllerType); return eControllerType; }