mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-18 08:06:53 +00:00
Remove println
This commit is contained in:
@@ -108,7 +108,6 @@ func (c *Client) SetStatus(id, sha, state, desc, ref, link string) error {
|
||||
},
|
||||
)
|
||||
|
||||
println(url, opaque)
|
||||
_, err := c.Do("POST", url, opaque, nil)
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user