1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-06-09 19:10:54 +00:00

Update ssl_certificates.py

Remove print debug statement
This commit is contained in:
Jonathan Chun 2016-12-28 04:56:46 -05:00 committed by GitHub
parent 06610e96a1
commit b355bbd011

View File

@ -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:
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 True