Skip to content

Commit

Permalink
[Del] remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy committed Nov 7, 2019
1 parent 09adbf5 commit 111e1ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vnpy/app/cta_strategy/backtesting.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,6 @@ def load_data(self):
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):
Expand Down

0 comments on commit 111e1ca

Please sign in to comment.