From 198977b843a854d2dc9460e5e52d90d4f1b500cf Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Fri, 12 Mar 2010 05:02:59 -0500 Subject: [PATCH] Removed an errant debug print. --- Frame.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/Frame.lua b/Frame.lua index 84c1eb4..20fa8a9 100644 --- a/Frame.lua +++ b/Frame.lua @@ -1001,8 +1001,6 @@ do if v.name == Player.current_prof then self.profession = k break - else - addon:Printf("Skipping %s", Player.current_prof) end end end -- 1.7.9.5