From 79eabe77170ca7e07d83e0c8b4b80e82c1728c32 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Mon, 22 Mar 2010 05:50:52 -0400 Subject: [PATCH] Removed a forgotten debug print. --- Frame.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/Frame.lua b/Frame.lua index 46c6260..e68036c 100644 --- a/Frame.lua +++ b/Frame.lua @@ -2156,8 +2156,6 @@ do if Player.current_prof == SPELL_ENCHANTING then recipe_name = string.gsub(recipe_name, _G.ENSCRIBE.." ", "") - else - print(string.format("Current profession is %s.", Player.current_prof)) end local recipe_string = string.format("%s%s|r", quality_color, recipe_name) -- 1.7.9.5