audio: Turn off DEBUG_CONFIG logging again.

This commit is contained in:
Ryan C. Gordon 2022-07-20 17:23:42 -04:00
parent bec721f08a
commit 45c3b59d4b

View File

@ -25,7 +25,7 @@
#include "../SDL_internal.h" #include "../SDL_internal.h"
#ifndef DEBUG_CONVERT #ifndef DEBUG_CONVERT
#define DEBUG_CONVERT 1 #define DEBUG_CONVERT 0
#endif #endif
#if DEBUG_CONVERT #if DEBUG_CONVERT