remove debug

This commit is contained in:
Glenn Maynard
2006-11-30 06:46:46 +00:00
parent 9ee3bee4fd
commit a92125f391
@@ -190,7 +190,6 @@ bool RageSoundReader_SpeedChange::Step()
for( size_t i = 0; i < m_Channels.size(); ++i ) for( size_t i = 0; i < m_Channels.size(); ++i )
iMaxPositionNeeded = max( iMaxPositionNeeded, m_Channels[i].m_iCorrelatedPos + GetWindowSizeFrames() ); iMaxPositionNeeded = max( iMaxPositionNeeded, m_Channels[i].m_iCorrelatedPos + GetWindowSizeFrames() );
FillData( iMaxPositionNeeded ); FillData( iMaxPositionNeeded );
LOG->Trace( "max %i (%i)", iMaxPositionNeeded, m_iDataBufferAvailFrames );
if( iMaxPositionNeeded > m_iDataBufferAvailFrames ) if( iMaxPositionNeeded > m_iDataBufferAvailFrames )
{ {
/* We're at EOF. Flush the remaining data, if any. */ /* We're at EOF. Flush the remaining data, if any. */