From c69343ecc620b777c9a4558ad249e956f967a91b Mon Sep 17 00:00:00 2001 From: Kirilll Zaycev Date: Tue, 5 Jan 2016 01:16:50 +0300 Subject: [PATCH] Remove println --- remote/gitlab/client/project.go | 1 - 1 file changed, 1 deletion(-) diff --git a/remote/gitlab/client/project.go b/remote/gitlab/client/project.go index 97b661ee5..f6f227653 100644 --- a/remote/gitlab/client/project.go +++ b/remote/gitlab/client/project.go @@ -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 }