From 66575c8d5d7c6d8d608d3ab5510766f34597f9da Mon Sep 17 00:00:00 2001 From: John Pasula Date: Tue, 25 Jan 2011 11:12:05 -0700 Subject: [PATCH] Remove debug code /arl scan first aid works now. Along with all the other professions too. Victory is mine! --- core.lua | 1 - 1 file changed, 1 deletion(-) 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 -- 1.7.9.5