remove a print

This commit is contained in:
Nikos Kouremenos 2005-08-06 10:22:11 +00:00
parent de46aeaa08
commit 252251949f
1 changed files with 0 additions and 1 deletions

View File

@ -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):