remove senseless message superseeded by new logging prefix

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-10-14 23:56:33 +02:00
parent 46fde0e9fe
commit ef1ebbd0b7
1 changed files with 0 additions and 1 deletions

View File

@ -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()