diff --git a/UnityProject/Assets/TEngine/Runtime/Modules/ResourceModule/Pool/ResourceCacheMgr.cs b/UnityProject/Assets/TEngine/Runtime/Modules/ResourceModule/Pool/ResourceCacheMgr.cs index b41e9174..ca705770 100644 --- a/UnityProject/Assets/TEngine/Runtime/Modules/ResourceModule/Pool/ResourceCacheMgr.cs +++ b/UnityProject/Assets/TEngine/Runtime/Modules/ResourceModule/Pool/ResourceCacheMgr.cs @@ -14,7 +14,7 @@ namespace TEngine private readonly Dictionary _cachePool = new Dictionary(); private readonly Dictionary _persistCachePool = new Dictionary(); - private bool _enableLog = true; + private bool _enableLog = false; private readonly List _needCacheResList = new List(); private readonly List _needPersistResList = new List(); private GameTimerTick _tickCheckExpire;