mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
remove accidentally left in debug line
This commit is contained in:
parent
1893b92f37
commit
46906f5447
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue