rm useless log statement
This commit is contained in:
parent
3bec13e3c2
commit
e2327f8bdf
@ -137,7 +137,6 @@ def process_repo(pull, check_only, git_ssh, dev_root_path, branches_array, fully
|
|||||||
branch_to_checkout = None
|
branch_to_checkout = None
|
||||||
if branches_array:
|
if branches_array:
|
||||||
# Find the current repo in the branches list
|
# Find the current repo in the branches list
|
||||||
print("Checking")
|
|
||||||
for repo_branch in branches_array:
|
for repo_branch in branches_array:
|
||||||
repo_branch_tuple = repo_branch.split(" ")
|
repo_branch_tuple = repo_branch.split(" ")
|
||||||
if repo_branch_tuple[0] == branch_strip(fully_qualified_repo):
|
if repo_branch_tuple[0] == branch_strip(fully_qualified_repo):
|
||||||
|
Loading…
Reference in New Issue
Block a user