From cde21af7c69d6124ac75e078c09c50d5c7ede624 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 4 Dec 2003 04:57:25 +0000 Subject: [PATCH] cleanup --- stepmania/src/Course.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/Course.cpp b/stepmania/src/Course.cpp index bce13c32c5..cf544ef2f2 100644 --- a/stepmania/src/Course.cpp +++ b/stepmania/src/Course.cpp @@ -167,7 +167,6 @@ void Course::LoadFromCRSFile( CString sPath ) split( sParams[j], "=", sBits, false ); if( sBits.size() == 0 ) continue; - LOG->Trace("b '%s'", sBits[0].c_str()); TrimLeft( sBits[0] ); TrimRight( sBits[0] );