remove unused logging

This commit is contained in:
AJ Kelly
2011-02-18 14:07:41 -06:00
parent 6a198fd644
commit 86dab15937
-5
View File
@@ -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;