Remove extraneous print of config.

This commit is contained in:
Jacob Hoffman-Andrews 2014-10-17 15:28:44 -04:00
parent 726afb8b95
commit 1d47acddfd

View file

@ -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(".")