remove unneeded edit tracker debug line

This commit is contained in:
Marcos Pinto 2007-06-24 05:26:34 +00:00
parent be5a7f5767
commit 27ab96fa94
1 changed files with 0 additions and 1 deletions

View File

@ -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