remove useless print
This commit is contained in:
		
							parent
							
								
									4583f84bc1
								
							
						
					
					
						commit
						b2e1d9181a
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1223,7 +1223,6 @@ class Connection(ConnectionHandlers):
 | 
			
		|||
			if not common.xmpp.isResultNode(resp):
 | 
			
		||||
				self.dispatch('UNIQUE_ROOM_ID_UNSUPPORTED', (server, instance))
 | 
			
		||||
				return
 | 
			
		||||
			print resp.getTag('unique').getData()
 | 
			
		||||
			self.dispatch('UNIQUE_ROOM_ID_SUPPORTED', (server, instance,
 | 
			
		||||
				resp.getTag('unique').getData()))
 | 
			
		||||
		self.connection.SendAndCallForResponse(iq, _on_response)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue