From 67fc28735a98395f6946ed13ff7dcd093e35478e Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 03 七月 2024 10:47:56 +0800 Subject: [PATCH] 删除非必要的print --- outside_api_command_manager.py | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/outside_api_command_manager.py b/outside_api_command_manager.py index 86d9be6..70728b2 100644 --- a/outside_api_command_manager.py +++ b/outside_api_command_manager.py @@ -162,7 +162,7 @@ # 鍙戦�佸績璺� cls.__heartbeats_thread(type, key, sk) cls.__listen_command_thread(type, key, sk) - print("create_and_run_client success", type, key) + # print("create_and_run_client success", type, key) return key, sk @classmethod @@ -190,7 +190,7 @@ if result: start_time = time.time() try: - print("鎺ユ敹鏁版嵁", _type, result) + # print("鎺ユ敹鏁版嵁", _type, result) result_json = json.loads(result) if result_json["type"] == MSG_TYPE_HEART: # 杩斿洖鍐呭 @@ -199,10 +199,10 @@ data = result_json["data"] content_type = data["type"] - print("鎺ユ敹鍐呭", data) + # print("鎺ユ敹鍐呭", data) request_id = result_json.get('request_id') if not socket_util.is_client_params_sign_right(result_json): - print("绛惧悕閿欒") + # print("绛惧悕閿欒") # 绛惧悕鍑洪敊 SendResponseSkManager.send_error_response(_type, request_id, client_id, {"code": -1, "msg": "绛惧悕閿欒"}) -- Gitblit v1.8.0