We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a058a09 commit e2227c3Copy full SHA for e2227c3
pkg/middleware/gziper.go
@@ -58,7 +58,6 @@ func Gziper() func(http.Handler) http.Handler {
58
59
for _, pathMatcher := range gzipIgnoredPaths {
60
if pathMatcher(requestPath) {
61
- fmt.Println("skip path", requestPath)
62
next.ServeHTTP(rw, req)
63
return
64
}
0 commit comments