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