diff --git a/stack_orchestrator/repos/setup_repositories.py b/stack_orchestrator/repos/setup_repositories.py index 4014e183..0e9f96dd 100644 --- a/stack_orchestrator/repos/setup_repositories.py +++ b/stack_orchestrator/repos/setup_repositories.py @@ -137,7 +137,6 @@ def process_repo(pull, check_only, git_ssh, dev_root_path, branches_array, fully branch_to_checkout = None if branches_array: # Find the current repo in the branches list - print("Checking") for repo_branch in branches_array: repo_branch_tuple = repo_branch.split(" ") if repo_branch_tuple[0] == branch_strip(fully_qualified_repo):