mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove debug log from gzipper (#37790)
This commit is contained in:
parent
a058a09b9b
commit
e2227c38a3
@ -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…
Reference in New Issue
Block a user