remove useless print
This commit is contained in:
		
							parent
							
								
									b317ffcdae
								
							
						
					
					
						commit
						a09cbaddf1
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -1237,7 +1237,6 @@ class Connection(ConnectionHandlers):
 | 
				
			||||||
			if session.enable_encryption:
 | 
								if session.enable_encryption:
 | 
				
			||||||
				msg_iq = session.encrypt_stanza(msg_iq)
 | 
									msg_iq = session.encrypt_stanza(msg_iq)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		print msg_iq
 | 
					 | 
				
			||||||
		msg_id = self.connection.send(msg_iq)
 | 
							msg_id = self.connection.send(msg_iq)
 | 
				
			||||||
		if not forward_from and session and session.is_loggable():
 | 
							if not forward_from and session and session.is_loggable():
 | 
				
			||||||
			ji = gajim.get_jid_without_resource(jid)
 | 
								ji = gajim.get_jid_without_resource(jid)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue