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] );