diff --git a/src/MusicWheel.cpp b/src/MusicWheel.cpp index ec0a1b4b7f..9c81215790 100644 --- a/src/MusicWheel.cpp +++ b/src/MusicWheel.cpp @@ -1048,11 +1048,6 @@ bool MusicWheel::Select() // return true if this selection ends the screen case TYPE_PORTAL: break; case TYPE_SORT: - /* - LOG->Trace("New sort order selected: %s - %s", - GetCurWheelItemData(m_iSelection)->m_sLabel.c_str(), - SortOrderToString(GetCurWheelItemData(m_iSelection)->m_pAction->m_SortOrder).c_str() ); - */ GetCurWheelItemData(m_iSelection)->m_pAction->ApplyToAllPlayers(); ChangeSort( GAMESTATE->m_PreferredSortOrder ); m_sLastModeMenuItem = GetCurWheelItemData(m_iSelection)->m_pAction->m_sName;