From 2ccd2ee1112ee84f5139fc5b8cf2ce070f8f991e Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期二, 31 十二月 2024 17:20:17 +0800
Subject: [PATCH] 测试

---
 third_data/hx_qc_value_util.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/third_data/hx_qc_value_util.py b/third_data/hx_qc_value_util.py
index 477141b..2807e94 100644
--- a/third_data/hx_qc_value_util.py
+++ b/third_data/hx_qc_value_util.py
@@ -70,7 +70,6 @@
     @param end_date:
     @return:
     """
-    logger_debug.info("get_history_k_bars寮�濮�")
     load_latest_trade_calendar()
     _count = -1
     start_date = None
@@ -85,7 +84,6 @@
             start_date = __trade_calendar_list[i]
         if _count >= count:
             break
-    logger_debug.info(f"get_history_k_bars 鑾峰彇鍒板紑濮嬫棩鏈燂細{start_date}")
     request_id = __base_request("get_history_k_bars", {"start_date": start_date, "end_date": end_date, "code": code})
     return __read_response(request_id)
 

--
Gitblit v1.8.0