mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 17:32:14 +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 {
|
||||
if pathMatcher(requestPath) {
|
||||
fmt.Println("skip path", requestPath)
|
||||
next.ServeHTTP(rw, req)
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user