We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7161bfe + 2e71595 commit 71af7f3Copy full SHA for 71af7f3
1 file changed
src/stack/deploy/deployment_create.py
@@ -476,7 +476,6 @@ def create(ctx, cluster, spec_file, deployment_dir):
476
)
477
478
global_context = ctx.parent.obj
479
- print(ctx.obj.cluster_context)
480
if len(spec_file) == 1:
481
spec = Spec().init_from_file(spec_file[0])
482
else:
0 commit comments