remove a print

This commit is contained in:
Nikos Kouremenos 2005-11-16 10:21:58 +00:00
parent 0901a6db53
commit 2493be0698
1 changed files with 0 additions and 1 deletions

View File

@ -279,7 +279,6 @@ class RosterWindow:
def join_gc_room(self, account, room_jid, nick, password):
'''joins the room immediatelly'''
print 'JOIN_GC_ROOM'
if room_jid in gajim.interface.instances[account]['gc'] and \
gajim.gc_connected[account][room_jid]:
dialogs.ErrorDialog(_('You are already in room %s') % room_jid