|
@@ -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);
|
|
|
}
|
|
|
}
|
|
|
}
|