From 406df439383fe2b25f71d4387a430f534bc9a1fa Mon Sep 17 00:00:00 2001 From: John Pasula Date: Tue, 25 Jan 2011 12:34:57 -0700 Subject: [PATCH] Remove debug code, rank1/rank2 works. --- core.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/core.lua b/core.lua index abec712..3c2ddc5 100644 --- a/core.lua +++ b/core.lua @@ -1700,7 +1700,6 @@ do -- If we have it in the mapping, set the lower rank spell to known if overwritemap[SpellID] then - self:Print("Overwrite spell found." .. SpellID) self:Print("Marking " .. overwritemap[SpellID]) local overwriterecipe = recipe_list[overwritemap[SpellID]] if overwriterecipe then -- 1.7.9.5