remove a print
This commit is contained in:
parent
571c512832
commit
212ec8b91d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue