diff --git a/stepmania/src/RageLog.cpp b/stepmania/src/RageLog.cpp index 03eb1758c3..d8f72e10ac 100644 --- a/stepmania/src/RageLog.cpp +++ b/stepmania/src/RageLog.cpp @@ -200,12 +200,8 @@ void RageLog::Write( int where, CString str) printf("%s\n", str.c_str() ); -//#ifdef DEBUG - Flush(); -#else if( (PREFSMAN && PREFSMAN->m_bDebugMode) || (where & WRITE_TO_INFO) ) Flush(); -#endif } void RageLog::Flush()