Skip to content

Commit c8f84cc

Browse files
committed
Remove debug print
1 parent 5c953f3 commit c8f84cc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Core.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ function MoreTooltipInfo.GetDPS(itemLink,itemID,tooltip)
381381
if MoreTooltipInfo.Data.ItemDPS[itemID] then
382382
local itemData = MoreTooltipInfo.Data.ItemDPS[itemID]
383383
local itemlevel = IUI:GetUpgradedItemLevel(itemLink) or 0
384-
print(itemlevel,specID,classID)
385384
if itemlevel and specID and classID then
386385
if itemData[classID] and itemData[classID][specID] and itemData[classID][specID][itemlevel] then
387386
dps = MoreTooltipInfo.FormatSpace(itemData[classID][specID][itemlevel])

0 commit comments

Comments
 (0)