From 7eb74b9b7c68cef771f0473cd82d7b4fcd2df3d5 Mon Sep 17 00:00:00 2001 From: Alar of Runetotem Date: Tue, 25 Oct 2016 15:10:55 +0200 Subject: [PATCH] Removed debug print --- FollowerCache.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/FollowerCache.lua b/FollowerCache.lua index 6d7ac13..0ff14fa 100644 --- a/FollowerCache.lua +++ b/FollowerCache.lua @@ -93,7 +93,6 @@ end function cache:Refresh() if next(self.cache) then return end self:Wipe() - print(self.type) local list=G.GetFollowers(self.type) if type(list) ~="table" then print("Requested",self.type, " no follower found") -- 1.7.9.5