This commit is contained in:
tekkub ʕ ´ᴥ` ʔ 2016-09-06 20:02:30 -06:00
parent ea530ec4da
commit 8d2d5629cb
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ local PREV_RANK = TOOLTIP_SUPERCEDING_SPELL_NOT_KNOWN
local function NeedsRank(link)
ns.scantip:SetHyperlink(link)
for i=1,ns.scantip:NumLines() do
print(ns.scantip.L[i], ns.scantip.L[i] == PREV_RANK)
if ns.scantip.L[i] == PREV_RANK then return true end
end
end