remove print

This commit is contained in:
Nikos Kouremenos 2005-11-30 18:19:25 +00:00
parent cec9b1e861
commit 7ef98979d8
1 changed files with 1 additions and 3 deletions

View File

@ -955,10 +955,8 @@ class Interface:
dialogs.InformationDialog(_('vCard publication failed'), _('There was an error while publishing your personal information, try again later.'))
def handle_event_signed_in(self, account, empty):
# SIGNED_IN event is emitted when we sign in
'''SIGNED_IN event is emitted when we sign in, so handle it'''
# join already open groupchats
print '\n\n\nsigned_in\n\n\n'
for room_jid in self.instances[account]['gc']:
if room_jid == 'tabbed':
continue