remove a commented line

This commit is contained in:
Nikos Kouremenos 2005-07-22 14:33:26 +00:00
parent b5fe60112d
commit 77627bd433

View file

@ -78,7 +78,6 @@ def get_nick_from_fjid(jid):
def get_contact_instances_from_jid(account, jid):
''' we may have two or more resources on that jid '''
#print contacts
if jid in contacts[account]:
contacts_instances = contacts[account][jid]
return contacts_instances