Skip to content

Commit 379ad1a

Browse files
authored
Removed some debugging code
1 parent 6a6c4a9 commit 379ad1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

TalentTreeViewer_TWW/TalentViewer.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,6 @@ function TalentViewer:BuildMenu(rootDescription)
440440
end
441441

442442
for classID, _ in ipairs(cache.classSpecs) do
443-
print(classID)
444443
local nameFormat = '|T%s:16|t %s';
445444
local elementDescription = rootDescription:CreateRadio(
446445
nameFormat:format(
@@ -869,4 +868,4 @@ function TalentViewer:HandleLibActionButtonHighlights(spellID)
869868
end
870869
end
871870
end
872-
end
871+
end

0 commit comments

Comments
 (0)