Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Wutname1 committed Jan 29, 2024
1 parent 86899a7 commit 15472f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libs/oUF_Plugins/oUF_PvPRoleIndicator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ local function Update(self, event)
elseif info and info.roleAssigned == 4 then
element:SetTexCoord(GetTexCoordsForRole('HEALER'))
element:Show()
elseif info then
if not SUI.DBG.RoleInfo then SUI.DBG.RoleInfo = {} end
SUI.DBG.RoleInfo[info.roleAssigned] = true
element:Hide()
else
element:Hide()
end
Expand Down

0 comments on commit 15472f2

Please sign in to comment.