Ver código fonte

Disable accidentally enabled debug logging

(cherry picked from commit e1e6cbe6ecf78da703829c62ff5335e7e9a16774)
Sam Lantinga 2 semanas atrás
pai
commit
d7af22f927
1 arquivos alterados com 1 adições e 1 exclusões
  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 DEBUG_JOYSTICK
 
 
 // Define this if you want to log all packets from the controller
 // Define this if you want to log all packets from the controller
-#if 1
+#if 0
 #define DEBUG_XBOX_PROTOCOL
 #define DEBUG_XBOX_PROTOCOL
 #endif
 #endif