diff --git a/stepmania/src/RageLog.cpp b/stepmania/src/RageLog.cpp index 588e27aa5d..7734c4e3fb 100644 --- a/stepmania/src/RageLog.cpp +++ b/stepmania/src/RageLog.cpp @@ -68,8 +68,6 @@ RageLog::RageLog() this->Trace( "Log starting %.4d-%.2d-%.2d %.2d:%.2d:%.2d", st.wYear, st.wMonth, st.wDay, st.wHour, st.wMinute, st.wSecond ); this->Trace( "" ); - - ShowConsole(); } RageLog::~RageLog()