From be5a0617fc968aa7ff0b4b122777330708f48210 Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 25 Jan 2011 14:45:04 -0500 Subject: [PATCH] remove another debug line --- core.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/core.lua b/core.lua index 3c2ddc5..f7672e0 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("Marking " .. overwritemap[SpellID]) local overwriterecipe = recipe_list[overwritemap[SpellID]] if overwriterecipe then togglerecipe(overwriterecipe, is_linked) -- 1.7.9.5