Browse Source

删除ZoneLayer的事件log输出

大爷 1 year ago
parent
commit
544c258132
1 changed files with 1 additions and 6 deletions
  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;