Remove timing code.

This commit is contained in:
Steve Checkoway
2006-07-30 11:36:18 +00:00
parent 5bffacf3a6
commit e7c5b14196
+1 -2
View File
@@ -420,7 +420,7 @@ bool Course::GetTrailUnsorted( StepsType st, CourseDifficulty cd, Trail &trail )
case DIFFICULTY_CHALLENGE:
return false;
}
RageTimer timer;
//
// Construct a new Trail, add it to the cache, then return it.
//
@@ -623,7 +623,6 @@ bool Course::GetTrailUnsorted( StepsType st, CourseDifficulty cd, Trail &trail )
if( m_iCustomMeter[cd] != -1 )
trail.m_iSpecifiedMeter = m_iCustomMeter[cd];
LOG->Trace( "GetTrailUnsorted() took %f seconds.", timer.Ago() );
/* If the course difficulty never actually changed anything, then this difficulty
* is equivalent to DIFFICULTY_MEDIUM; it doesn't exist. */
return bCourseDifficultyIsSignificant;