remove a commented line
This commit is contained in:
parent
b5fe60112d
commit
77627bd433
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,6 @@ def get_nick_from_fjid(jid):
|
||||||
|
|
||||||
def get_contact_instances_from_jid(account, jid):
|
def get_contact_instances_from_jid(account, jid):
|
||||||
''' we may have two or more resources on that jid '''
|
''' we may have two or more resources on that jid '''
|
||||||
#print contacts
|
|
||||||
if jid in contacts[account]:
|
if jid in contacts[account]:
|
||||||
contacts_instances = contacts[account][jid]
|
contacts_instances = contacts[account][jid]
|
||||||
return contacts_instances
|
return contacts_instances
|
||||||
|
|
Loading…
Add table
Reference in a new issue