SDL: Disable controller state debug messages

From fb08c22abfb62cfefdf097c1bd835735f96f819e Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 15 Nov 2023 21:46:45 -0800
Subject: [PATCH] Disable controller state debug messages

---
 src/joystick/apple/SDL_mfijoystick.m | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/joystick/apple/SDL_mfijoystick.m b/src/joystick/apple/SDL_mfijoystick.m
index d8d21892d1d9..290c96952f61 100644
--- a/src/joystick/apple/SDL_mfijoystick.m
+++ b/src/joystick/apple/SDL_mfijoystick.m
@@ -1118,7 +1118,6 @@ static void IOS_MFIJoystickUpdate(SDL_Joystick *joystick)
         int i;
         Uint64 timestamp = SDL_GetTicksNS();
 
-#define DEBUG_CONTROLLER_STATE
 #ifdef DEBUG_CONTROLLER_STATE
         if (@available(macOS 10.16, iOS 14.0, tvOS 14.0, *)) {
             if (controller.physicalInputProfile) {