Explorar o código

Disable accidentally enabled debug logging

Sam Lantinga hai 3 semanas
pai
achega
e1e6cbe6ec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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