remove `print self.get_all_certs_keys` from installer init

This commit is contained in:
Maarten de Waard 2016-08-22 10:27:50 +02:00
parent 1a5737f1b3
commit 836c7f3c27
1 changed files with 0 additions and 2 deletions

View File

@ -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):
"""