mirror of
https://github.com/kennethreitz-archive/bpython-gist.git
synced 2026-06-05 15:40:17 +00:00
Whoops, DEBUG() calls left lying about again...
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user