From 61ee2420ebeadee75201075e9a669c9b1d07f1b8 Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Tue, 12 Jun 2012 13:31:48 -0400 Subject: [PATCH] Removed dummy print statement. --- zipline/finance/performance.py | 1 - 1 file changed, 1 deletion(-) 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,