diff --git a/zipline/finance/performance.py b/zipline/finance/performance.py index c4b08eee..03320e09 100644 --- a/zipline/finance/performance.py +++ b/zipline/finance/performance.py @@ -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,