Disable accidentally enabled debug logging

This commit is contained in:
Sam Lantinga
2026-04-28 17:26:11 -07:00
parent 9235ac4efd
commit e1e6cbe6ec

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