SDL: Turn off COREAUDIO debug logging by default

From 1d1c6e63054ac58b90430a5e69337b2eef5c5f96 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 11 Sep 2023 09:03:48 -0700
Subject: [PATCH] Turn off COREAUDIO debug logging by default

---
 src/audio/coreaudio/SDL_coreaudio.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/audio/coreaudio/SDL_coreaudio.m b/src/audio/coreaudio/SDL_coreaudio.m
index 61e5d9ce91c6..bbe37161bf13 100644
--- a/src/audio/coreaudio/SDL_coreaudio.m
+++ b/src/audio/coreaudio/SDL_coreaudio.m
@@ -27,7 +27,7 @@
 #include "SDL_coreaudio.h"
 #include "../../thread/SDL_systhread.h"
 
-#define DEBUG_COREAUDIO 1
+#define DEBUG_COREAUDIO 0
 
 #if DEBUG_COREAUDIO
     #define CHECK_RESULT(msg) \