From ba1daf8183253e680fdc1781a7e7e4f239b3469d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 12 Sep 2006 22:01:59 +0000 Subject: [PATCH] annoying log --- stepmania/src/RageSound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;