From a07d9e28d77b302f771c06f1672d469888a62f1c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 23 Dec 2003 22:31:47 +0000 Subject: [PATCH] noisy --- stepmania/src/StageStats.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/StageStats.cpp b/stepmania/src/StageStats.cpp index ed7f2de2dc..f0760be7f3 100644 --- a/stepmania/src/StageStats.cpp +++ b/stepmania/src/StageStats.cpp @@ -291,7 +291,6 @@ void StageStats::GetLifeRecord( PlayerNumber pn, float *life, int nout ) const for( int i = 0; i < nout; ++i ) { float from = SCALE( i, 0, (float)nout, fFirstPos[pn], fLastPos[pn] ); - LOG->Trace("get %i from %f", i, from); life[i] = GetLifeRecordLerpAt( (PlayerNumber)pn, from ); } }