Quantcast

Removed one more debug output

Alar of Daggerspine [03-24-15 - 21:45]
Removed one more debug output

Signed-off-by: Alar of Daggerspine <alar@aspide.it>
Filename
Widgets.lua
diff --git a/Widgets.lua b/Widgets.lua
index dbe4aa1..160afe2 100644
--- a/Widgets.lua
+++ b/Widgets.lua
@@ -300,7 +300,9 @@ local function GMCMissionButton()
 	local m={} --#GMCMissionButton
 	function m:OnAcquire()
 		local frame=self.frame
+--@debug@
 		print("Acquired button ",frame:GetName())
+--@end-debug@
 		frame.info=nil
 		frame:SetHeight(self.type==Type1 and 80 or 80)
 		frame:SetAlpha(1)
@@ -356,7 +358,9 @@ local function GMCMissionButton()
 	local function Constructor(type)
 		unique=unique+1
 		local frame=CreateFrame("Button",type..unique,nil,"GarrisonMissionListButtonTemplate") --"GarrisonCommanderMissionListButtonTemplate")
+--@debug@
 		print("Building button ",frame:GetName())
+--@end-debug@
 		frame.Title:SetFontObject("QuestFont_Shadow_Small")
 		frame.Summary:SetFontObject("QuestFont_Shadow_Small")
 		frame:SetScript("OnEnter",nil)