Removing debug statements from the python code.

pull/6/head
Matt Bruzek 2015-04-21 11:02:47 -05:00
parent 85e0e9d6c7
commit c1a56187b8
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ import sys
# `juju run` command's JSON object, see cluster/juju/util.sh # `juju run` command's JSON object, see cluster/juju/util.sh
if len(sys.argv) > 1: if len(sys.argv) > 1:
print(sys.argv[1])
# It takes the JSON output as the first argument. # It takes the JSON output as the first argument.
nodes = json.loads(sys.argv[1]) nodes = json.loads(sys.argv[1])
# There can be multiple nodes to print the Stdout. # There can be multiple nodes to print the Stdout.