diff --git a/pkg/middleware/gziper.go b/pkg/middleware/gziper.go index d0248b345b8..ad61bd38b7d 100644 --- a/pkg/middleware/gziper.go +++ b/pkg/middleware/gziper.go @@ -58,7 +58,6 @@ func Gziper() func(http.Handler) http.Handler { for _, pathMatcher := range gzipIgnoredPaths { if pathMatcher(requestPath) { - fmt.Println("skip path", requestPath) next.ServeHTTP(rw, req) return }