Quantcast

Removed no longer usefult debug message

Alar of Daggerspine [05-22-16 - 19:11]
Removed no longer usefult debug message
Filename
MissionCache.lua
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()