Skip to content

Commit

Permalink
Remove print statement from run_pr function.
Browse files Browse the repository at this point in the history
Co-authored-by: MindFlow <[email protected]>
  • Loading branch information
steegecs and MindFlow committed Mar 14, 2023
1 parent 2ad0722 commit 5dadf91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mindflow/core/git/pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
def run_pr(args: Tuple[str], title: Optional[str] = None, body: Optional[str] = None):
base_branch = get_flag_value(args, ["--base", "-B"])

print("is this working?")
if base_branch is None:
# Determine the name of the default branch
base_branch = (
Expand Down

0 comments on commit 5dadf91

Please sign in to comment.