Turn off COREAUDIO debug logging by default

This commit is contained in:
Sam Lantinga
2023-09-11 09:03:48 -07:00
parent 52efefca04
commit 1d1c6e6305

View File

@@ -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) \