From 8752c23e38741a89d5905b35b523425b518806d0 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 7 Dec 2021 14:07:31 +0100 Subject: [PATCH] Removing output --- lib/pp_admintools/deploy_zones_from_pdns.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/pp_admintools/deploy_zones_from_pdns.py b/lib/pp_admintools/deploy_zones_from_pdns.py index 1c662ed..b985194 100644 --- a/lib/pp_admintools/deploy_zones_from_pdns.py +++ b/lib/pp_admintools/deploy_zones_from_pdns.py @@ -37,7 +37,7 @@ from .pidfile import PidFileError, PidFile from .xlate import XLATOR -__version__ = '0.7.1' +__version__ = '0.7.2' LOG = logging.getLogger(__name__) _ = XLATOR.gettext @@ -378,9 +378,6 @@ class PpDeployZonesApp(PpPDNSApplication): try: - LOG.info(_("Starting: {}").format( - datetime.datetime.now(local_tz).strftime('%Y-%m-%d %H:%M:%S %Z'))) - self.zones = self.get_api_zones() self.init_temp_objects() -- 2.39.5