remove print
This commit is contained in:
		
							parent
							
								
									7ec7276797
								
							
						
					
					
						commit
						7aa63e2fc5
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1511,7 +1511,6 @@ class Connection:
 | 
			
		|||
		# SRV resolver
 | 
			
		||||
		if use_srv and (HAS_DNSPYTHON or HAS_PYDNS):
 | 
			
		||||
			query = '_xmpp-client._tcp.' + h
 | 
			
		||||
			print query
 | 
			
		||||
			try:
 | 
			
		||||
				if HAS_DNSPYTHON:
 | 
			
		||||
					answers = [x for x in dns.resolver.query(query, 'SRV')]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue