Removed debug message
Alar of Daggerspine [03-26-15 - 15:04]
Removed debug message
Signed-off-by: Alar of Daggerspine <alar@aspide.it>
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