From 828fce8b7d59bf10b52fe52dcf0596bcefb0f9b9 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 11 六月 2025 18:52:13 +0800
Subject: [PATCH] 0312 删除输出

---
 Core/SDK/ynmbxxjUtil.cs |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/Core/SDK/ynmbxxjUtil.cs b/Core/SDK/ynmbxxjUtil.cs
index 52d59ac..e6a8081 100644
--- a/Core/SDK/ynmbxxjUtil.cs
+++ b/Core/SDK/ynmbxxjUtil.cs
@@ -471,8 +471,6 @@
         var _json = JsonMapper.ToObject(jsonString);
         var _code = (int)_json["code"];
 
-        Debug.Log("recv SDK : " + _code);
-
         switch (_code)
         {
             case CodeA2U.DeviceInfo:
@@ -604,7 +602,6 @@
                     values["af_registration_method"] = _json["reg_type"];
                 break;
             case CodeA2U.FreePlatformLoginOk:
-                Debug.Log("HandleFreePlatformLoginOk");
                 HandleFreePlatformLoginOk(_json["info"]);
                 OperationLogCollect.Instance.RecordEvent(6);
                 break;
@@ -1238,10 +1235,8 @@
     {
         BuildFreePlatformInfo(data);
 
-        Debug.LogFormat("sdk login ok data锛歿0}", data.ToJson());
         if (onFreePlatformLoginOk != null)
         {
-            DebugEx.Log("!!!!!!!!!!!!!!!!onFreePlatformLoginOk");
             onFreePlatformLoginOk(FreePlatformInfo);
         }
     }

--
Gitblit v1.8.0