From 1f04ee4ece75eb2ecece2db050ca4f5eb3ab317e Mon Sep 17 00:00:00 2001 From: fawce Date: Mon, 23 Apr 2012 21:04:51 -0400 Subject: [PATCH] committed a set_trace... --- zipline/finance/performance.py | 1 - 1 file changed, 1 deletion(-) diff --git a/zipline/finance/performance.py b/zipline/finance/performance.py index 3c5766d4..49600b0a 100644 --- a/zipline/finance/performance.py +++ b/zipline/finance/performance.py @@ -271,7 +271,6 @@ class PerformanceTracker(): max_dd = -1 * self.trading_environment.max_drawdown if returns < max_dd: qutil.LOGGER.info(str(returns) + " broke through " + str(max_dd)) - from dev.rdb import set_trace; set_trace() qutil.LOGGER.info("Exceeded max drawdown.") # mark the perf period with max loss flag, # so it shows up in the update, but don't end the test