mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-11-03 19:30:54 +00:00 
			
		
		
		
	Update ssl_certificates.py
Remove print debug statement
This commit is contained in:
		
							parent
							
								
									06610e96a1
								
							
						
					
					
						commit
						b355bbd011
					
				@ -256,7 +256,6 @@ def get_certificates_to_provision(env, show_extended_problems=True, force_domain
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
			if len(response) != 1 or rdata__str__(response[0]) != value:
 | 
								if len(response) != 1 or rdata__str__(response[0]) != value:
 | 
				
			||||||
				problems[domain] = "Domain control validation cannot be performed for this domain because DNS points the domain to another machine (%s %s)." % (rtype, ", ".join(rdata__str__(r) for r in response))
 | 
									problems[domain] = "Domain control validation cannot be performed for this domain because DNS points the domain to another machine (%s %s)." % (rtype, ", ".join(rdata__str__(r) for r in response))
 | 
				
			||||||
				print(value)
 | 
					 | 
				
			||||||
				return False
 | 
									return False
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		return True
 | 
							return True
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user