mirror of
https://github.com/kennethreitz-archive/bpython-gist.git
synced 2026-06-05 23:50:18 +00:00
Whoops, I'd left a DEBUG() call in there.
Sorry about that.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user