diff --git a/mindflow/core/git/pr.py b/mindflow/core/git/pr.py index 7d1b0bc..5492bb5 100644 --- a/mindflow/core/git/pr.py +++ b/mindflow/core/git/pr.py @@ -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 = (