remove debug

This commit is contained in:
Glenn Maynard
2007-05-27 19:21:13 +00:00
parent 5387feddc9
commit 9ad52991f8
-3
View File
@@ -684,9 +684,6 @@ void GameCommand::ApplySelf( const vector<PlayerNumber> &vpns ) const
SCREENMAN->SetNewScreen( m_sScreen );
if( m_pSong )
{
LOG->Trace( "set %p, %s",
m_pSong, m_pSong->GetTranslitFullTitle().c_str() );
GAMESTATE->m_pCurSong.Set( m_pSong );
GAMESTATE->m_pPreferredSong = m_pSong;
}