diff --git a/src/joystick/hidapi/SDL_hidapi_xboxone.c b/src/joystick/hidapi/SDL_hidapi_xboxone.c index 13a2bdc7b6..c94b9b5a88 100644 --- a/src/joystick/hidapi/SDL_hidapi_xboxone.c +++ b/src/joystick/hidapi/SDL_hidapi_xboxone.c @@ -34,7 +34,7 @@ // #define DEBUG_JOYSTICK // Define this if you want to log all packets from the controller -#if 1 +#if 0 #define DEBUG_XBOX_PROTOCOL #endif