From 9a27e53ac55be0656deef8754dc047ff4b923ea9 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 3 Sep 2003 08:01:48 +0000 Subject: [PATCH] Loud output. --- stepmania/src/Player.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index 7151a474bd..5056aa9930 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -570,7 +570,7 @@ void PlayerMinus::Step( int col, RageTimer tm ) bGrayArrowStep = score < TNS_GOOD; - LOG->Trace("Note offset: %f (fSecondsFromPerfect = %f), Score: %i", fNoteOffset, fSecondsFromPerfect, score); +// LOG->Trace("Note offset: %f (fSecondsFromPerfect = %f), Score: %i", fNoteOffset, fSecondsFromPerfect, score); SetTapNoteScore(col, iIndexOverlappingNote, score); @@ -613,7 +613,7 @@ void PlayerMinus::HandleAutosync(float fNoteOffset) void PlayerMinus::OnRowCompletelyJudged( int iIndexThatWasSteppedOn ) { - LOG->Trace( "PlayerMinus::OnRowCompletelyJudged" ); +// LOG->Trace( "PlayerMinus::OnRowCompletelyJudged" ); /* Find the minimum score of the row. This will never be TNS_NONE, since this * function is only called when a row is completed. */