From 8c00dfd9966a78ca063418f3bc76415df6d9c4fb Mon Sep 17 00:00:00 2001 From: Bob Farrell Date: Wed, 30 Apr 2008 16:07:08 +0100 Subject: [PATCH] Whoops, DEBUG() calls left lying about again... --- bpython.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bpython.py b/bpython.py index 1cf6efc..0853265 100644 --- a/bpython.py +++ b/bpython.py @@ -929,7 +929,6 @@ class Repl: self.print_line( self.s ) if self.tablen is None: self.tablen = self.scr.getyx()[1] - x - DEBUG( str(self.tablen) ) return True cw = self.cw()