remove unneeded print

This commit is contained in:
Yann Leboulanger 2005-09-13 19:14:52 +00:00
parent 4c990ccb1e
commit 7bdb6e23b1
1 changed files with 0 additions and 1 deletions

View File

@ -2294,7 +2294,6 @@ _('Without a connection, you can not browse available services')).get_response()
def on_services_treeview_cursor_changed(self, widget):
'''When we select a row :
activate buttons if needed'''
print 'changed'
self.update_buttons()
model, iter = self.services_treeview.get_selection().get_selected()
if not iter: