From 54f4f9fa2713da23dfeb5606def4c787a4100829 Mon Sep 17 00:00:00 2001 From: Bob Farrell Date: Sun, 27 Apr 2008 23:56:45 +0100 Subject: [PATCH] Whoops, I'd left a DEBUG() call in there. Sorry about that. --- bpython.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bpython.py b/bpython.py index 4e2ba16..5988c9a 100644 --- a/bpython.py +++ b/bpython.py @@ -627,7 +627,6 @@ class Repl: """Redraw the screen.""" self.scr.erase() for k, s in enumerate( self.s_hist ): - DEBUG(s) if not s: continue self.iy, self.ix = self.scr.getyx()