mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-12 04:51:56 +00:00
remove unneeded edit tracker debug line
This commit is contained in:
parent
be5a7f5767
commit
27ab96fa94
1 changed files with 0 additions and 1 deletions
|
@ -333,7 +333,6 @@ class DelugeGTK:
|
|||
start = textbuffer.get_start_iter()
|
||||
end = textbuffer.get_end_iter()
|
||||
textlist = textbuffer.get_text(start,end,include_hidden_chars=False)
|
||||
print textlist
|
||||
edit_window.destroy()
|
||||
edit_glade.signal_autoconnect({"cancel_button_clicked": cancel_edit_window,
|
||||
"ok_button_clicked": accept_edit_window
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue