From a8690e25e8ec3fdd3c9f0645040a5497d35b4936 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Tue, 13 Mar 2007 08:36:05 +0000 Subject: [PATCH] hush logging --- stepmania/src/Player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;