From 67fc28735a98395f6946ed13ff7dcd093e35478e Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期三, 03 七月 2024 10:47:56 +0800
Subject: [PATCH] 删除非必要的print

---
 huaxin_client/l2_data_manager.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/huaxin_client/l2_data_manager.py b/huaxin_client/l2_data_manager.py
index e62e624..ce51da3 100644
--- a/huaxin_client/l2_data_manager.py
+++ b/huaxin_client/l2_data_manager.py
@@ -326,7 +326,7 @@
 
 
 def add_subscript_codes(codes):
-    print("add_subscript_codes", codes)
+    # print("add_subscript_codes", codes)
     # 鍔犲叆涓婁紶闃熷垪
     common_queue.put(('', "l2_subscript_codes", list(codes)))
 
@@ -350,7 +350,7 @@
             return True
         else:
             # 鍐嶆鍙戦��
-            print("鍐嶆鍙戦��")
+            # print("鍐嶆鍙戦��")
             return __send_response(sk, msg)
     except ConnectionResetError as e:
         SendResponseSkManager.del_send_response_sk(type)
@@ -381,7 +381,7 @@
 
 
 def __run_upload_common():
-    print("__run_upload_common")
+    # print("__run_upload_common")
     logger_system.info(f"l2_client __run_upload_common 绾跨▼ID:{tool.get_thread_id()}")
     while True:
         try:
@@ -397,7 +397,7 @@
 
 
 def __run_log():
-    print("__run_log")
+    # print("__run_log")
     logger_system.info(f"l2_client __run_log 绾跨▼ID:{tool.get_thread_id()}")
     async_log_util.huaxin_l2_log.run_sync()
 

--
Gitblit v1.8.0