hush debug logging

This commit is contained in:
Chris Danford
2006-04-08 01:36:40 +00:00
parent 31eaf9f39a
commit 7800b50fb6
+1 -1
View File
@@ -2358,7 +2358,7 @@ void ScreenGameplay::HandleScreenMessage( const ScreenMessage SM )
const bool bStopCourseEarly = STOP_COURSE_EARLY;
const bool bIsLastSong = IsLastSong();
LOG->Trace( "bAllReallyFailed = %d, bStopCourseEarly = %d, bIsLastSong = %d", bAllReallyFailed, bStopCourseEarly, bIsLastSong );
//LOG->Trace( "bAllReallyFailed = %d, bStopCourseEarly = %d, bIsLastSong = %d", bAllReallyFailed, bStopCourseEarly, bIsLastSong );
if( bStopCourseEarly || bAllReallyFailed || bIsLastSong )
{