Forgot to take out debug code

Had a temporary hack in for development that doesn't belong in the code.
This commit is contained in:
Bob Farrell
2008-08-24 23:44:00 +01:00
parent b50a6adcbf
commit b7eac8de8c
-1
View File
@@ -813,7 +813,6 @@ class Repl( object ):
try:
inp = self.get_line()
except KeyboardInterrupt:
sys.exit() # DELETE ME !!!
self.statusbar.message('KeyboardInterrupt')
self.scr.addstr('\n')
self.scr.touchwin()