summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-05-27 08:10:47 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-05-27 08:10:47 +0000
commit5edb1753c5b5b451c9f58761ca24fe06367b33dd (patch)
tree1ddf717211fdbb076fb364e4f647308a14396283
parent293e642a8b4ec4729400dea47242dab9d88a627e (diff)
downloadmorph-baserock/adamcoldrick/deploy-specific-systems-v2.tar.gz
fixup: extraneous print statementbaserock/adamcoldrick/deploy-specific-systems-v2
-rw-r--r--morphlib/plugins/deploy_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/plugins/deploy_plugin.py b/morphlib/plugins/deploy_plugin.py
index 9c3addd3..7c597685 100644
--- a/morphlib/plugins/deploy_plugin.py
+++ b/morphlib/plugins/deploy_plugin.py
@@ -314,7 +314,7 @@ class DeployPlugin(cliapp.Plugin):
break
deployments.add(item)
env_vars = args[len(deployments) + 1:]
- print env_vars
+
bb = morphlib.buildbranch.BuildBranch(sb, build_ref_prefix,
push_temporary=False)
with contextlib.closing(bb) as bb: