Просмотр исходного кода

删除ZoneLayer的事件log输出

大爷 1 год назад
Родитель
Сommit
544c258132
1 измененных файлов с 1 добавлено и 6 удалено
  1. 1 6
      Common/CommonAI/ZoneClient/ZoneLayer.cs

+ 1 - 6
Common/CommonAI/ZoneClient/ZoneLayer.cs

@@ -463,12 +463,7 @@ namespace CommonAI.ZoneClient
         private void doEvent(IMessage msg)
         {
             try
-            {
-                if(!(msg is SyncPosEvent) && !(msg is UnitForceSyncPosEvent) && !(msg is LaunchSkill) && !(msg is AddSpellEvent) && !(msg is RemoveObjectEvent))
-                {
-                    log.Debug($"<<<layerEvent: {msg}");
-                }
-                
+            {   
                 if (msg is ActorResponse)
                 {
                     var rsp = msg as ActorResponse;