Quantcast

Removed a forgotten debug print.

James D. Callahan III [03-22-10 - 09:50]
Removed a forgotten debug print.
Filename
Frame.lua
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)