diff --git a/certbot_haproxy/installer.py b/certbot_haproxy/installer.py index d47763d..7f729cf 100644 --- a/certbot_haproxy/installer.py +++ b/certbot_haproxy/installer.py @@ -81,8 +81,6 @@ class HAProxyInstaller(common.Plugin): #: Dict of supported enhancement functions: self._enhance_func = {} - print self.get_all_certs_keys() - @classmethod def add_parser_arguments(cls, add): """