From 9ad52991f8471d9b8d259e67ceb8a5405e64bffc Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 27 May 2007 19:21:13 +0000 Subject: [PATCH] remove debug --- stepmania/src/GameCommand.cpp | 3 --- 1 file changed, 3 deletions(-) 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; }