Remove println

This commit is contained in:
Kirilll Zaycev 2016-01-05 01:16:50 +03:00
parent 73dd59d1ca
commit c69343ecc6

View file

@ -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
}