hush logging

This commit is contained in:
Chris Danford
2007-03-13 08:36:05 +00:00
parent fcc5ec4eec
commit a8690e25e8
+1 -1
View File
@@ -2229,7 +2229,7 @@ void Player::CrossedRows( int iFirstRowCrossed, int iLastRowCrossed, const RageT
for( int r = iFirstCheckpointInRange; r <= iLastCheckpointInRange; r += CHECKPOINT_FREQUENCY_ROWS )
{
LOG->Trace( "%d...", r );
//LOG->Trace( "%d...", r );
vector<int> viColsWithHold;
bool bAllHoldsHeldThisRow = true;