Whoops, DEBUG() calls left lying about again...

This commit is contained in:
Bob Farrell
2008-04-30 16:07:08 +01:00
parent bd6bc766a6
commit 8c00dfd996
-1
View File
@@ -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()