Filename | |
---|---|
FollowerCache.lua |
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")