mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Remove extraneous print of config.
This commit is contained in:
parent
726afb8b95
commit
1d47acddfd
1 changed files with 0 additions and 1 deletions
|
|
@ -90,7 +90,6 @@ class Config:
|
|||
# XXX is it ever permissible to have a domain with an acceptable-mx
|
||||
# that does not point to a TLS security policy? If not, check/warn/fail
|
||||
# here
|
||||
print self.tls_policies
|
||||
|
||||
def get_address_domains(self, mx_hostname):
|
||||
labels = mx_hostname.split(".")
|
||||
|
|
|
|||
Loading…
Reference in a new issue