Skip to content
Snippets Groups Projects
Commit b5091b39 authored by Georges Racinet's avatar Georges Racinet
Browse files

Removed unwanted debug print statement

It's been introduced in a9f1a24b9679, with the post-receive
hook as a direct API call implementation (not in a any relased
version)
parent 32ea9bcd
No related branches found
No related tags found
No related merge requests found
Pipeline #5326 passed
......@@ -121,7 +121,6 @@
fmt = "View merge request for {branch_name}:"
fmt += "\n {url}"
out_lines.append(fmt.format(**mr))
print(repr(out_lines))
return out_lines
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment