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)
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue