annoying log

This commit is contained in:
Glenn Maynard
2006-09-12 22:01:59 +00:00
parent 48a329597c
commit ba1daf8183
+1 -1
View File
@@ -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;