Browse Source

Disable accidentally enabled debug logging

(cherry picked from commit e1e6cbe6ecf78da703829c62ff5335e7e9a16774)
Sam Lantinga 1 week ago
parent
commit
d7af22f927
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/joystick/hidapi/SDL_hidapi_xboxone.c

+ 1 - 1
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