From c1a56187b8076f4439054e5f4f52b59d9cb69a95 Mon Sep 17 00:00:00 2001 From: Matt Bruzek Date: Tue, 21 Apr 2015 11:02:47 -0500 Subject: [PATCH] Removing debug statements from the python code. --- cluster/juju/return-node-ips.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cluster/juju/return-node-ips.py b/cluster/juju/return-node-ips.py index c652ccd079..4a32a8c245 100755 --- a/cluster/juju/return-node-ips.py +++ b/cluster/juju/return-node-ips.py @@ -5,7 +5,6 @@ import sys # `juju run` command's JSON object, see cluster/juju/util.sh if len(sys.argv) > 1: - print(sys.argv[1]) # It takes the JSON output as the first argument. nodes = json.loads(sys.argv[1]) # There can be multiple nodes to print the Stdout.