Skip to content

Commit 008c6bc

Browse files
committed
remove trace
1 parent b2ba574 commit 008c6bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

integrations/repo_pull_status_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ func TestRepoPullsWithStatus(t *testing.T) {
120120
resp = session.MakeRequest(t, req, http.StatusOK)
121121
doc = NewHTMLParser(t, resp.Body)
122122

123-
fmt.Println(string(resp.Body))
124-
125123
doc.doc.Find("li.item").Each(func(i int, s *goquery.Selection) {
126124
cls, ok := s.Find("i.commit-status").Attr("class")
127125
assert.True(t, ok)

0 commit comments

Comments
 (0)