diff --git a/lib/cdist/config_install.py b/lib/cdist/config_install.py index 72ff7c6c..f843167b 100644 --- a/lib/cdist/config_install.py +++ b/lib/cdist/config_install.py @@ -62,7 +62,6 @@ class ConfigInstall(object): def deploy_to(self): """Mimic the old deploy to: Deploy to one host""" - self.log.info("Deploying to " + self.context.target_host) self.stage_prepare() self.stage_run()