From d1e10c313e42b66340f6790efec6bf241e9c2699 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 11 Nov 2020 14:38:14 -0800 Subject: [PATCH] Removed debug output --- src/joystick/hidapi/SDL_hidapi_switch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/joystick/hidapi/SDL_hidapi_switch.c b/src/joystick/hidapi/SDL_hidapi_switch.c index 80a560d93..c7cec43de 100644 --- a/src/joystick/hidapi/SDL_hidapi_switch.c +++ b/src/joystick/hidapi/SDL_hidapi_switch.c @@ -40,7 +40,6 @@ /* Define this if you want to log all packets from the controller */ /*#define DEBUG_SWITCH_PROTOCOL*/ -#define DEBUG_SWITCH_PROTOCOL /* Define this to get log output for rumble logic */ /*#define DEBUG_RUMBLE*/