diff --git a/stepmania/src/Course.cpp b/stepmania/src/Course.cpp index 11ae1667ce..80c7491412 100644 --- a/stepmania/src/Course.cpp +++ b/stepmania/src/Course.cpp @@ -268,10 +268,7 @@ void Course::LoadFromCRSFile( CString sPath ) for( int j = (int) mods.size()-1; j >= 0 ; --j ) { if( !mods[j].CompareNoCase("showcourse") ) - { - LOG->Trace("XXXXXXXXXXXXXX %s", m_sPath.c_str()); new_entry.mystery = false; - } else if( !mods[j].CompareNoCase("noshowcourse") ) new_entry.mystery = true; else