Whoops, I'd left a DEBUG() call in there.

Sorry about that.
This commit is contained in:
Bob Farrell
2008-04-27 23:56:45 +01:00
parent dec6a17824
commit 54f4f9fa27
-1
View File
@@ -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()