From f5cac3ca9b628d5feef2bfd9c8f590423793708d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 9 Mar 2008 02:26:52 +0000 Subject: [PATCH] noisy --- stepmania/src/Course.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Course.cpp b/stepmania/src/Course.cpp index d91a1dd7a0..faf2c980a5 100644 --- a/stepmania/src/Course.cpp +++ b/stepmania/src/Course.cpp @@ -639,7 +639,7 @@ bool Course::GetTrailUnsorted( StepsType st, CourseDifficulty cd, Trail &trail ) } trail.m_vEntries.push_back( te ); - LOG->Trace( "Chose: %s, %d", te.pSong->GetSongDir().c_str(), te.pSteps->GetMeter() ); + // LOG->Trace( "Chose: %s, %d", te.pSong->GetSongDir().c_str(), te.pSteps->GetMeter() ); if( IsAnEdit() && MAX_SONGS_IN_EDIT_COURSE > 0 && int(trail.m_vEntries.size()) >= MAX_SONGS_IN_EDIT_COURSE )