diff --git a/cluster/juju/return-node-ips.py b/cluster/juju/return-node-ips.py index c652ccd079d..4a32a8c245f 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.