From f520848d41cfc7ec32b0a6fe2096ed63c33f46ca Mon Sep 17 00:00:00 2001 From: Alar of Daggerspine Date: Thu, 26 Mar 2015 16:04:18 +0100 Subject: [PATCH] Removed debug message Signed-off-by: Alar of Daggerspine --- MissionCache.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MissionCache.lua b/MissionCache.lua index 1dbbd98..c5919c6 100644 --- a/MissionCache.lua +++ b/MissionCache.lua @@ -62,7 +62,7 @@ function addon:GetMissionData(missionID,key,default) if not mission then self:Print("Could not find info for mission",missionID,G.GetMissionName(missionID)) end ---@end.debug@ +--@end-debug@ if (key==nil) then return mission -- 1.7.9.5