Skip to content

Commit

Permalink
Merge pull request #107 from mindflowai/test
Browse files Browse the repository at this point in the history
Remove print statement from run_pr function.
steegecs authored Mar 14, 2023
2 parents 2ad0722 + 5dadf91 commit ef6540a
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
@@ -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 = (

0 comments on commit ef6540a

Please sign in to comment.