Quantcast

Remove debugging code.

ackis [09-02-09 - 23:19]
Remove debugging code.
Filename
ARLDatamine.lua
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