remove a print

This commit is contained in:
Nikos Kouremenos 2005-11-13 19:50:22 +00:00
parent 571c512832
commit 212ec8b91d
1 changed files with 0 additions and 2 deletions

View File

@ -66,8 +66,6 @@ def dbus_notify(event_type, jid, account, msg_type = '', file_props = None):
actor = gajim.get_first_contact_instance_from_jid(account, jid).name actor = gajim.get_first_contact_instance_from_jid(account, jid).name
else: else:
actor = jid actor = jid
print account
img = 'chat.png' # img to display img = 'chat.png' # img to display
ntype = 'im' # Notification Type ntype = 'im' # Notification Type