mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 12:32:03 +00:00
Removing debug statements from the python code.
This commit is contained in:
parent
85e0e9d6c7
commit
c1a56187b8
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user