remove accidentally left in debug line

This commit is contained in:
Damien Churchill 2009-11-03 14:48:24 +00:00
parent e884d2cbfa
commit b6dc72218d

View file

@ -381,8 +381,6 @@ class Screen(CursesStdIO):
self.display_lines_offset = 0
self.refresh()
open("/tmp/key_logger", "a").write(str(c) + "\n")
# Delete a character in the input string based on cursor position
if c == curses.KEY_BACKSPACE or c == 127:
if self.input and self.input_cursor > 0: