From 6ed0ad19538d7f91657aa44bfecb796bd205bded Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 25 Apr 2004 05:56:31 +0000 Subject: [PATCH] noisy --- stepmania/src/RageSoundManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageSoundManager.cpp b/stepmania/src/RageSoundManager.cpp index df95e6b124..a0a25f9c9f 100644 --- a/stepmania/src/RageSoundManager.cpp +++ b/stepmania/src/RageSoundManager.cpp @@ -180,7 +180,7 @@ void RageSoundManager::FlushPosMapQueue() /* If we can't find the ID, the sound was probably deleted before we got here. */ if( pSound == NULL ) { - LOG->Trace("ignored unknown (stale?) commit ID %i", p.ID); + // LOG->Trace("ignored unknown (stale?) commit ID %i", p.ID); continue; }