Skip to content

Commit

Permalink
Removed debugging code, whoops :D
Browse files Browse the repository at this point in the history
  • Loading branch information
Numynum committed Sep 2, 2024
1 parent 04e9243 commit d20b806
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/copyTalentButtonInfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ Module.hookedTooltipFrames = {};
function Module:OnSpellbookUpdate()
local spellBookFrame = Util:GetTalentContainerFrame().SpellBookFrame;

DevTool:AddData(Mixin({}, spellBookFrame.PagedSpellsFrame.frames));
for _, frame in pairs(spellBookFrame.PagedSpellsFrame.frames) do
if frame.elementData and frame.spellBookItemInfo then -- Avoid header or spacer frames
local button = frame.Button;
Expand Down

0 comments on commit d20b806

Please sign in to comment.