remove debug print
This commit is contained in:
parent
c9bc8fd6a7
commit
37252b0c21
|
@ -336,7 +336,6 @@ _('Connection with peer cannot be established.'))
|
|||
self.dialog.destroy()
|
||||
|
||||
def on_ok(widget, account, contact, file_props):
|
||||
print 'ok'
|
||||
file_path = self.dialog2.get_filename()
|
||||
file_path = gtkgui_helpers.decode_filechooser_file_paths(
|
||||
(file_path,))[0]
|
||||
|
|
Loading…
Reference in New Issue