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; }