屏蔽日志

main
刘涛 2024-01-19 17:07:12 +08:00
parent a9ca8ba330
commit 3cb027a09e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ namespace Gameplay.Pool
return getResult;
}
}
DebugUtil.LogWarning($"type: {type} not in poolDict, return new T");
// DebugUtil.LogWarning($"type: {type} not in poolDict, return new T");
return new T();
}