Skip to content

Commit

Permalink
remove printf debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Oct 25, 2024
1 parent d459b58 commit f55673a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage_repos/manage_repos.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def merge(args):
command.append("-r")
case "squash":
command.append("-s")
print(command)

subprocess.check_call(command)
except subprocess.CalledProcessError as e:
error = f"Error merging pull request {pr_number} in {name}: {e}"
Expand Down

0 comments on commit f55673a

Please sign in to comment.