From 836c7f3c27dc4f88cbcfdd136150bba34882d5ab Mon Sep 17 00:00:00 2001 From: Maarten de Waard Date: Mon, 22 Aug 2016 10:27:50 +0200 Subject: [PATCH] remove `print self.get_all_certs_keys` from installer init --- certbot_haproxy/installer.py | 2 -- 1 file changed, 2 deletions(-) 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): """