hexiaojie 7 місяців тому
батько
коміт
7151e20433

+ 0 - 3
GameClient/Assets/Game/HotUpdate/Assets/PrefabManager.cs

@@ -4,8 +4,6 @@ using UniFramework.Pooling;
 using UnityEngine;
 using YooAsset;
 using System.Collections.Generic;
-using OfficeOpenXml.FormulaParsing.Excel.Functions.Math;
-using Log = ET.Log;
 
 namespace GFGGame
 {
@@ -47,7 +45,6 @@ namespace GFGGame
             }
 
             var handle = _entitySpawner.SpawnSync(resPath);
-            Log.Debug(resPath);
             AssetReleaserHelper.AddReleaserToSpawnObj(handle.GameObj, resPath, handle);
             return handle.GameObj;
         }