diff --git a/stepmania/src/GameCommand.cpp b/stepmania/src/GameCommand.cpp index 66b04c78de..25428ad753 100644 --- a/stepmania/src/GameCommand.cpp +++ b/stepmania/src/GameCommand.cpp @@ -684,9 +684,6 @@ void GameCommand::ApplySelf( const vector &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; }