Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Removed unnecessary logging (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmiculinic committed Jul 16, 2020
1 parent 81bfd0b commit 04e2484
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/apiserver/apiserver.go
Expand Up @@ -294,7 +294,6 @@ func runE(flags *flags, log logr.Logger) error {
}

var handler http.Handler = http.HandlerFunc(func(writer http.ResponseWriter, request *http.Request) {
log.Info("got request for", "path", request.URL.Path)
if strings.Contains(request.Header.Get("Content-Type"), "application/grpc") {
wrappedGrpc.ServeHTTP(writer, request)
} else {
Expand Down

0 comments on commit 04e2484

Please sign in to comment.