From 46dc723d05fdeb4c41316567ca3abde1fd1c8ffc Mon Sep 17 00:00:00 2001 From: Alar of Daggerspine Date: Sun, 22 May 2016 21:11:32 +0200 Subject: [PATCH] Removed no longer usefult debug message --- MatchMaker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatchMaker.lua b/MatchMaker.lua index 008352a..57e435a 100644 --- a/MatchMaker.lua +++ b/MatchMaker.lua @@ -282,7 +282,7 @@ function addon:MCMatchMaker(missionID,party,skipEpic,cap) missionID=mission.missionID if (not party) then party=addon:GetParty(missionID) end --@debug@ -print("Using cap data:",cap) + print("Using cap data:",cap) --@end-debug@ MatchMaker(self,mission,party,false,true,cap) if (skipEpic) then -- 1.7.9.5