Skip to content

Commit

Permalink
System - Forgot a debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteOne committed Oct 6, 2024
1 parent 11219ae commit a255124
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion System/UI/Toggles/ToggleFunctions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ function br.CreateButton(Name, x, y)
end
local _, _, spellIcon = br._G.GetSpellInfo(Icon)
Icon = spellIcon or br.emptyIcon
print(tostring(Icon))
br["button" .. Name]:SetNormalTexture(Icon)
--CreateBorder(br["button"..Name], 8, 0.6, 0.6, 0.6)
br["text" .. Name] = br["button" .. Name]:CreateFontString(nil, "OVERLAY")
Expand Down

0 comments on commit a255124

Please sign in to comment.