From de3e56fc96235021edf26f8f3600be382f014501 Mon Sep 17 00:00:00 2001 From: Bart Trzynadlowski Date: Mon, 29 Aug 2011 16:32:24 +0000 Subject: [PATCH] Inadvertently left SUPERMODEL_LOG_SOUND enabled. Now disabled. --- Src/Model3/SoundBoard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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