Skip to content
Snippets Groups Projects
Commit 25225194 authored by nkour's avatar nkour
Browse files

remove a print

parent de46aeaa
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,6 @@ def get_contact_instance_with_highest_priority(account, jid):
return contacts[account][jid][which_has_highest_prio]
def get_contact_name_from_jid(account, jid):
print `contacts[account][jid]`
return contacts[account][jid][0].name
def get_jid_without_resource(jid):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment