hexiaojie пре 7 месеци
родитељ
комит
7151e20433
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      GameClient/Assets/Game/HotUpdate/Assets/PrefabManager.cs

+ 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;
         }