diff --git a/git-flow b/git-flow index 706ce53..ec72f79 100755 --- a/git-flow +++ b/git-flow @@ -232,8 +232,6 @@ def merge_command(): return (target, _) = get_branch_env_and_type(branch) - print_info("target branch: " + target) - return status = Git.status() remote = Git.flow_config("flow.remote").firstline()