From 215dbbaa6e1a4bef795f736e8dcb3ad4249beab3 Mon Sep 17 00:00:00 2001 From: Alar of Daggerspine Date: Mon, 22 Jun 2015 23:07:12 +0200 Subject: [PATCH] Removed debug output Signed-off-by: Alar of Daggerspine --- Widgets.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Widgets.lua b/Widgets.lua index a360ccc..fad2d95 100644 --- a/Widgets.lua +++ b/Widgets.lua @@ -299,9 +299,6 @@ 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) @@ -357,9 +354,6 @@ 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) -- 1.7.9.5