Disable accidentally enabled debug logging

(cherry picked from commit e1e6cbe6ec)
This commit is contained in:
Sam Lantinga
2026-04-28 17:26:11 -07:00
parent fbd792e4df
commit d7af22f927

View File

@@ -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