Skip to content

Commit 71af7f3

Browse files
authored
Merge pull request #31 from bozemanpass/dboreham/remove-debug-output
Remove debug output
2 parents 7161bfe + 2e71595 commit 71af7f3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/stack/deploy/deployment_create.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@ def create(ctx, cluster, spec_file, deployment_dir):
476476
)
477477

478478
global_context = ctx.parent.obj
479-
print(ctx.obj.cluster_context)
480479
if len(spec_file) == 1:
481480
spec = Spec().init_from_file(spec_file[0])
482481
else:

0 commit comments

Comments
 (0)