Skip to content

Commit e2227c3

Browse files
authored
Remove debug log from gzipper (grafana#37790)
1 parent a058a09 commit e2227c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/middleware/gziper.go

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ func Gziper() func(http.Handler) http.Handler {
5858

5959
for _, pathMatcher := range gzipIgnoredPaths {
6060
if pathMatcher(requestPath) {
61-
fmt.Println("skip path", requestPath)
6261
next.ServeHTTP(rw, req)
6362
return
6463
}

0 commit comments

Comments
 (0)