remove unused logging
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user