Skip to content

Commit 30b722f

Browse files
committed
chore: clean-up
1 parent 042aa37 commit 30b722f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: server/events/vcs/github_client_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,6 @@ func TestGithubClient_PaginatesComments(t *testing.T) {
230230
gotMinimizeCalls := make([]graphQLCall, 0, 2)
231231
testServer := httptest.NewTLSServer(
232232
http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
233-
t.Log(r.Method + " " + r.RequestURI)
234-
235233
var gqlRequest graphQLCall
236234
if err := json.NewDecoder(r.Body).Decode(&gqlRequest); err != nil {
237235
t.Errorf("parse body error: %v", err)

0 commit comments

Comments
 (0)