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

and pasted around since)
This commit is contained in:
Glenn Maynard
2006-01-15 08:51:03 +00:00
parent 2b00a2f62a
commit 9056419cf5
16 changed files with 0 additions and 24 deletions
-2
View File
@@ -39,8 +39,6 @@ ScreenEz2SelectPlayer::ScreenEz2SelectPlayer( CString sName ) : ScreenWithMenuEl
// GAMESTATE->m_bPlayersCanJoin = true;
FOREACH_PlayerNumber( p )
GAMESTATE->m_bSideIsJoined[p] = false;
LOG->Trace( "ScreenEz2SelectPlayer::ScreenEz2SelectPlayer()" );
}