SDL: Disable accidentally enabled debug logging

From e1e6cbe6ecf78da703829c62ff5335e7e9a16774 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Tue, 28 Apr 2026 17:26:11 -0700
Subject: [PATCH] Disable accidentally enabled debug logging

---
 src/joystick/hidapi/SDL_hidapi_xboxone.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/joystick/hidapi/SDL_hidapi_xboxone.c b/src/joystick/hidapi/SDL_hidapi_xboxone.c
index 13a2bdc7b61ad..c94b9b5a886d4 100644
--- a/src/joystick/hidapi/SDL_hidapi_xboxone.c
+++ b/src/joystick/hidapi/SDL_hidapi_xboxone.c
@@ -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