From 5c65f9c4329776bfd605400cb83d2752f4f05559 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Thu, 8 Aug 2024 16:41:17 -0500 Subject: [PATCH] Debug line --- stack_orchestrator/deploy/deployment_create.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stack_orchestrator/deploy/deployment_create.py b/stack_orchestrator/deploy/deployment_create.py index 64cb33c2..1534dcbb 100644 --- a/stack_orchestrator/deploy/deployment_create.py +++ b/stack_orchestrator/deploy/deployment_create.py @@ -519,7 +519,6 @@ def create_operation(deployment_command_context, spec_file, deployment_dir, netw source_config_dir = resolve_config_dir(stack_name, configmap) if os.path.exists(source_config_dir): destination_config_dir = deployment_dir_path.joinpath("configmaps", configmap) - print(source_config_dir, destination_config_dir) copytree(source_config_dir, destination_config_dir, dirs_exist_ok=True) # Delegate to the stack's Python code