[Del] remove debug print
This commit is contained in:
parent
09adbf5cf0
commit
111e1cabd8
@ -257,9 +257,6 @@ class BacktestingEngine:
|
||||
start = end + interval_delta
|
||||
end += (progress_delta + interval_delta)
|
||||
|
||||
if data:
|
||||
print(data[0].datetime, data[-1].datetime)
|
||||
|
||||
self.output(f"历史数据加载完成,数据量:{len(self.history_data)}")
|
||||
|
||||
def run_backtesting(self):
|
||||
|
Loading…
Reference in New Issue
Block a user