Browse Source

屏蔽日志

guodong 2 years ago
parent
commit
8fae03f6b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Controller/LogServerHelper.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Controller/LogServerHelper.cs

@@ -43,7 +43,7 @@ namespace GFGGame
             var logStr = zoneScene.GetComponent<LogSplicingComponent>().LogObjectToStr(logData);
             //LogSProxy.SendLog(logStr);
             var body = $"_{logStr}";
-            HttpTool.Instance.Post(LauncherConfig.logApiUrl, body);
+            //HttpTool.Instance.Post(LauncherConfig.logApiUrl, body);
         }
     }
 }