remove the debug print
This commit is contained in:
		
							parent
							
								
									a24326ea56
								
							
						
					
					
						commit
						ded1d477f4
					
				
							
								
								
									
										2
									
								
								main.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.py
									
									
									
									
									
								
							| @ -14,7 +14,7 @@ port = int(os.environ.get("port")) | ||||
| username = os.environ.get("username") | ||||
| password = os.environ.get("password") | ||||
| 
 | ||||
| print(f"Broker: {broker}, Port: {port}, Username: {username}") | ||||
| #print(f"Broker: {broker}, Port: {port}, Username: {username}") | ||||
| 
 | ||||
| client = create_client(broker, port, username, password) | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Karl Hudgell
						Karl Hudgell