diff --git a/stepmania/src/RageSound.cpp b/stepmania/src/RageSound.cpp index 8a8cbdf044..6052669cfb 100644 --- a/stepmania/src/RageSound.cpp +++ b/stepmania/src/RageSound.cpp @@ -703,7 +703,7 @@ int64_t RageSound::GetPositionSecondsInternal( bool *bApproximate ) const * so guess what we think the real time is. */ if( m_PositionMapping.IsEmpty() ) { - LOG->Trace( "no data yet; %i", m_iStoppedPosition ); + // LOG->Trace( "no data yet; %i", m_iStoppedPosition ); if( bApproximate ) *bApproximate = true; return m_iStoppedPosition;