From cc66c5b74d27b92d84496872550c626541194ea9 Mon Sep 17 00:00:00 2001 From: Jonathan Teran Carballo Date: Mon, 3 Nov 2025 08:27:59 -0300 Subject: [PATCH] bugfix: elimino debug print y return en merge_command --- git-flow | 2 -- 1 file changed, 2 deletions(-) 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()