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()