Skip to content

Commit 6cfd352

Browse files
committed
关闭ResourceCacheMgr测试日志
关闭ResourceCacheMgr测试日志
1 parent 40373c4 commit 6cfd352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnityProject/Assets/TEngine/Runtime/Modules/ResourceModule/Pool/ResourceCacheMgr.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class ResourceCacheMgr
1414

1515
private readonly Dictionary<string, ResCacheData> _cachePool = new Dictionary<string, ResCacheData>();
1616
private readonly Dictionary<string, ResCacheData> _persistCachePool = new Dictionary<string, ResCacheData>();
17-
private bool _enableLog = true;
17+
private bool _enableLog = false;
1818
private readonly List<ResourceCacheConfig> _needCacheResList = new List<ResourceCacheConfig>();
1919
private readonly List<string> _needPersistResList = new List<string>();
2020
private GameTimerTick _tickCheckExpire;

0 commit comments

Comments
 (0)