bugfix: elimino debug print y return en merge_command
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user