remove a print
This commit is contained in:
parent
de46aeaa08
commit
252251949f
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ def get_contact_instance_with_highest_priority(account, jid):
|
||||||
return contacts[account][jid][which_has_highest_prio]
|
return contacts[account][jid][which_has_highest_prio]
|
||||||
|
|
||||||
def get_contact_name_from_jid(account, jid):
|
def get_contact_name_from_jid(account, jid):
|
||||||
print `contacts[account][jid]`
|
|
||||||
return contacts[account][jid][0].name
|
return contacts[account][jid][0].name
|
||||||
|
|
||||||
def get_jid_without_resource(jid):
|
def get_jid_without_resource(jid):
|
||||||
|
|
Loading…
Add table
Reference in a new issue