mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-02 12:42:21 +00:00
Remove println
This commit is contained in:
parent
73dd59d1ca
commit
c69343ecc6
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
_, err := c.Do("POST", url, opaque, nil)
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue