update log

This commit is contained in:
2026-06-08 19:43:44 +08:00
parent af4fb48737
commit f47e7d914f
2 changed files with 4 additions and 4 deletions

View File

@@ -175,7 +175,7 @@ class SlidingFilter(threading.Thread):
continue
filtered_data = self._filter_window_data(window_data)
algo_log(f"滤波后{filtered_data.shape}数据", level='debug')
# algo_log(f"滤波后{filtered_data.shape}数据", level='debug')
if self.filter_result_callback is not None:
self.filter_result_callback(filtered_data[:64, :])