From 496856930c1da42350aabcb39a466e0bca0dacdb Mon Sep 17 00:00:00 2001 From: vuong dinh hoang Date: Thu, 7 May 2026 16:57:15 +0700 Subject: [PATCH] remove log --- Assets/PerfectWorld/Scripts/Managers/CECAttacksMan.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/PerfectWorld/Scripts/Managers/CECAttacksMan.cs b/Assets/PerfectWorld/Scripts/Managers/CECAttacksMan.cs index da1bf05bf2..328005ceeb 100644 --- a/Assets/PerfectWorld/Scripts/Managers/CECAttacksMan.cs +++ b/Assets/PerfectWorld/Scripts/Managers/CECAttacksMan.cs @@ -575,7 +575,7 @@ namespace BrewMonster m_szHitGfx = string.IsNullOrEmpty(hitGfxName) ? null : await AddressableManager.Instance.LoadPrefabAsync("gfx/" + hitGfxName); m_szHitGrndGfx = string.IsNullOrEmpty(hitGrdGfxName) ? null : await AddressableManager.Instance.LoadPrefabAsync("gfx/" + hitGrdGfxName); - BMLogger.LogError("HoangDev: Load A3DSkillGfxComposer GFX name: " + hitGfxName); + // BMLogger.LogError("HoangDev: Load A3DSkillGfxComposer GFX name: " + hitGfxName); if (m_szFlyGfx == null && !string.IsNullOrEmpty(flyGfxName)) { m_szFlyGfx = Resources.Load("GFX/" + "PlaceHolder");