diff --git a/stepmania/src/RageSoundReader_SpeedChange.cpp b/stepmania/src/RageSoundReader_SpeedChange.cpp index b2f227c488..44e8924cca 100644 --- a/stepmania/src/RageSoundReader_SpeedChange.cpp +++ b/stepmania/src/RageSoundReader_SpeedChange.cpp @@ -190,7 +190,6 @@ bool RageSoundReader_SpeedChange::Step() for( size_t i = 0; i < m_Channels.size(); ++i ) iMaxPositionNeeded = max( iMaxPositionNeeded, m_Channels[i].m_iCorrelatedPos + GetWindowSizeFrames() ); FillData( iMaxPositionNeeded ); -LOG->Trace( "max %i (%i)", iMaxPositionNeeded, m_iDataBufferAvailFrames ); if( iMaxPositionNeeded > m_iDataBufferAvailFrames ) { /* We're at EOF. Flush the remaining data, if any. */