mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Disable accidentally enabled debug logging
(cherry picked from commit e1e6cbe6ec)
This commit is contained in:
parent
fbd792e4df
commit
d7af22f927
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue