mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 11:49:18 +08:00
Removed dummy print statement.
This commit is contained in:
@@ -295,7 +295,6 @@ class PerformanceTracker(object):
|
||||
returns = self.todays_performance.returns
|
||||
max_dd = -1 * self.trading_environment.max_drawdown
|
||||
if returns < max_dd:
|
||||
print 0/0
|
||||
log.info(str(returns) + " broke through " + str(max_dd))
|
||||
log.info("Exceeded max drawdown.")
|
||||
# mark the perf period with max loss flag,
|
||||
|
||||
Reference in New Issue
Block a user