mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 06:11:51 +08:00
Remove debug log from gzipper (#37790)
This commit is contained in:
@ -58,7 +58,6 @@ func Gziper() func(http.Handler) http.Handler {
|
|||||||
|
|
||||||
for _, pathMatcher := range gzipIgnoredPaths {
|
for _, pathMatcher := range gzipIgnoredPaths {
|
||||||
if pathMatcher(requestPath) {
|
if pathMatcher(requestPath) {
|
||||||
fmt.Println("skip path", requestPath)
|
|
||||||
next.ServeHTTP(rw, req)
|
next.ServeHTTP(rw, req)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user