From a1e19a36e2bf5ab4ae8022c450203f4d50de265a Mon Sep 17 00:00:00 2001
From: admin <admin@example.com>
Date: 星期二, 29 四月 2025 14:51:58 +0800
Subject: [PATCH] 删除多余日志

---
 main.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/main.py b/main.py
index 9af1808..2c0e110 100644
--- a/main.py
+++ b/main.py
@@ -161,7 +161,7 @@
         :return:
         """
         if datas:
-            logger_debug.debug(f"{code} - L2閫愮瑪鎴愪氦涓婃姤锛歿len(datas)}")
+            # logger_debug.debug(f"{code} - L2閫愮瑪鎴愪氦涓婃姤锛歿len(datas)}")
             price, time_str = datas[-1][1], huaxin_util.convert_time(datas[-1][3])
             try:
                 # 鑾峰彇鏈�杩戠殑鎴愪氦浠�

--
Gitblit v1.8.0