diff --git a/pkg/util/teams/teams_test.go b/pkg/util/teams/teams_test.go index 9d6222f15..b23bd5622 100644 --- a/pkg/util/teams/teams_test.go +++ b/pkg/util/teams/teams_test.go @@ -184,8 +184,6 @@ func (b *mockBody) Close() error { } func (c *mockHttpClient) Do(req *http.Request) (*http.Response, error) { - fmt.Printf("do request: %v", *req) - resp := http.Response{ Status: "200 OK", StatusCode: 200,