diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index a6064af3ab..f453c780ad 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -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 viColsWithHold; bool bAllHoldsHeldThisRow = true;