diff --git a/Src/Model3/SoundBoard.cpp b/Src/Model3/SoundBoard.cpp index ca51b09..b124b18 100644 --- a/Src/Model3/SoundBoard.cpp +++ b/Src/Model3/SoundBoard.cpp @@ -58,7 +58,7 @@ #include "Supermodel.h" // DEBUG -#define SUPERMODEL_LOG_AUDIO // define this to log all audio to sound.bin +//#define SUPERMODEL_LOG_AUDIO // define this to log all audio to sound.bin #ifdef SUPERMODEL_LOG_AUDIO static FILE *soundFP; #endif