Quantcast

Remove debug code /arl scan first aid works now. Along with all the other professions too. Victory is mine!

John Pasula [01-25-11 - 18:12]
Remove debug code /arl scan first aid works now.  Along with all the other professions too.  Victory is mine!
Filename
core.lua
diff --git a/core.lua b/core.lua
index 713314a..ace6e73 100644
--- a/core.lua
+++ b/core.lua
@@ -1533,7 +1533,6 @@ do
 			if not arg2 then
 				self:Print(L["COMMAND_LINE_SCAN"])
 			else
-				self:Print("DEBUG: Casting spell: " .. arg2)
 				CastSpellByName(arg2)
 				-- If the ARL window is shown, hide it.
 				if ARL.Frame and ARL.Frame:IsVisible() then