bugfix: elimino debug print y return en merge_command

This commit is contained in:
jt
2025-11-03 08:27:59 -03:00
parent b8ef0b9377
commit cc66c5b74d
-2
View File
@@ -232,8 +232,6 @@ def merge_command():
return return
(target, _) = get_branch_env_and_type(branch) (target, _) = get_branch_env_and_type(branch)
print_info("target branch: " + target)
return
status = Git.status() status = Git.status()
remote = Git.flow_config("flow.remote").firstline() remote = Git.flow_config("flow.remote").firstline()