Remove debug log from gzipper (#37790)

pull/37797/head
Serge Zaitsev 4 years ago committed by GitHub
parent a058a09b9b
commit e2227c38a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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
}

Loading…
Cancel
Save