remove logs (this stuff predates the crash handler and has been copied

and pasted around since)

jesus we have a lot of screens
This commit is contained in:
Glenn Maynard
2006-01-15 08:54:03 +00:00
parent 9056419cf5
commit c5b71c0631
16 changed files with 0 additions and 21 deletions
-1
View File
@@ -18,7 +18,6 @@
REGISTER_SCREEN_CLASS( ScreenDemonstration );
ScreenDemonstration::ScreenDemonstration( CString sName ) : ScreenJukebox( sName )
{
LOG->Trace( "ScreenDemonstration::ScreenDemonstration()" );
m_bDemonstration = true;
SOUNDMAN->SetPlayOnlyCriticalSounds( !GAMESTATE->IsTimeToPlayAttractSounds() ); // mute attract sounds
}