revert accidental prints

This commit is contained in:
Nikos Kouremenos 2006-01-11 23:18:12 +00:00
parent 4ed199bd17
commit bc59eadfff
1 changed files with 0 additions and 3 deletions

View File

@ -1687,10 +1687,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid)
mw = gajim.interface.msg_win_mgr.create_window(contact, account, type)
if not private_chat:
print mw.window.get_property('visible')
print mw.window
chat_control = ChatControl(mw, contact, account)
print 'after contstruct'
else:
chat_control = PrivateChatControl(mw, contact, account)