diff --git a/app/deploy_system.py b/app/deploy_system.py index 29028a53..798e7b70 100644 --- a/app/deploy_system.py +++ b/app/deploy_system.py @@ -200,7 +200,6 @@ def _run_command(ctx, cluster_name, command): if ctx.verbose: print(f"Running command: {command}") command_dir = os.path.dirname(command) - print(f"command_dir: {command_dir}") command_file = os.path.join(".", os.path.basename(command)) command_env = os.environ.copy() command_env["CERC_SO_COMPOSE_PROJECT"] = cluster_name