remove a print
This commit is contained in:
		
							parent
							
								
									571c512832
								
							
						
					
					
						commit
						212ec8b91d
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		
		Reference in a new issue