Commit d1e10c313e42b66340f6790efec6bf241e9c2699

Sam Lantinga 2020-11-11T14:38:14

Removed debug output

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/joystick/hidapi/SDL_hidapi_switch.c b/src/joystick/hidapi/SDL_hidapi_switch.c
index 80a560d..c7cec43 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*/