From ef1ebbd0b747e8495422e50c510ce83469f1945e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 14 Oct 2011 23:56:33 +0200 Subject: [PATCH] remove senseless message superseeded by new logging prefix Signed-off-by: Nico Schottelius --- lib/cdist/config_install.py | 1 - 1 file changed, 1 deletion(-) 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()