diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 55b6072b83..d95100cd84 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -943,7 +943,6 @@ void ScreenEdit::Update( float fDeltaTime ) fapproach( m_fTrailingBeat, GAMESTATE->m_fSongBeat, fabsf(fDelta) * fDeltaTime*5 ); - LOG->Trace( "%f (%f)", m_fTrailingBeat, GAMESTATE->m_fSongBeat ); PlayTicks(); }