From 21ed807aa8a53cda4ff566d505aa67653f47654a Mon Sep 17 00:00:00 2001 From: ackis Date: Wed, 2 Sep 2009 23:19:52 +0000 Subject: [PATCH] Remove debugging code. --- ARLDatamine.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 0afe109..04985ee 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -1400,16 +1400,13 @@ do end local text = strlower(text) -self:Print(text) + -- Check for recipe/item binding -- The recipe binding is within the first few lines of the tooltip always if strmatch(text, "binds when picked up") then -self:Print("BoP Match") if (i < 3) then -self:Print("BoP Recipe") scan_data.boprecipe = true else -self:Print("BoP Item") scan_data.bopitem = true end end -- 1.7.9.5