From a087f55389340186ee8d4c78c473206cefded227 Mon Sep 17 00:00:00 2001 From: Alar of Daggerspine Date: Sun, 22 May 2016 21:11:04 +0200 Subject: [PATCH] Removed no longer usefult debug message --- MissionCache.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/MissionCache.lua b/MissionCache.lua index 3a7e6ae..19100bd 100644 --- a/MissionCache.lua +++ b/MissionCache.lua @@ -64,12 +64,6 @@ function addon:GetContainedItems(itemID,spec) if type(data)=="table" then data=data[tostring(spec)] or data['*'] or false end - --@debug@ - if (data) then - print("Internal for itemID",itemID) - --DevTools_Dump(data) - end - --@end-debug@ return data end function module:OnInitialized() -- 1.7.9.5