Author: damoxc
Revision: 5915
Log:
remove accidentally left in debug line
Diff:
Modified: branches/1.2_RC/deluge/ui/console/screen.py
===================================================================
--- branches/1.2_RC/deluge/ui/console/screen.py 2009-11-03 12:47:23 UTC (rev
5914)
+++ branches/1.2_RC/deluge/ui/console/screen.py 2009-11-03 14:48:24 UTC (rev
5915)
@@ -381,8 +381,6 @@
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:
Modified: trunk/deluge/ui/console/screen.py
===================================================================
--- trunk/deluge/ui/console/screen.py 2009-11-03 12:47:23 UTC (rev 5914)
+++ trunk/deluge/ui/console/screen.py 2009-11-03 14:48:24 UTC (rev 5915)
@@ -381,8 +381,6 @@
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:
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---