From e98638cd833d7824bf2d7e56778dd0b4b769717e Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Sat, 31 Dec 2022 18:25:45 -0300 Subject: [PATCH] removing debug lines --- classes/container_actors.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/classes/container_actors.lua b/classes/container_actors.lua index c83c20bb..01bee781 100644 --- a/classes/container_actors.lua +++ b/classes/container_actors.lua @@ -147,9 +147,6 @@ end local tooltipData = pet_tooltip_frame:GetTooltipData() --is pet tooltip reliable with the new tooltips changes? if (tooltipData) then - print("new pet debug", petGUID, petName) - dumpt(tooltipData) - local tooltipLines = tooltipData.lines for lineIndex = 1, #tooltipLines do local thisLine = tooltipLines[lineIndex] @@ -159,13 +156,10 @@ end --parse the different types of information if (lineType == 2) then --unit name if (thisLine.leftText ~= petName) then - print("return tooltip isn't from the pet") --tooltip isn't showing our pet return end - print("pet scanned:", thisLine.leftText:GetText()) - elseif (lineType == 16) then --controller guid --assuming the unit name always comes before the controller guid local GUID = thisLine.guid