From d8a0f09682d13869b80483a8a1b071f3e7e08bed Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 25 Jan 2003 07:41:39 +0000 Subject: [PATCH] err, no console in release --- stepmania/src/RageLog.cpp | 2 -- 1 file changed, 2 deletions(-) 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()