Remove unnecessary logging statement from lerproxy
- cmd/lerproxy/main.go - Deleted `log.I.S` statement used for logging raw favicon data.
This commit is contained in:
@@ -331,7 +331,6 @@ func setProxy(mapping map[string]string) (h http.Handler, err error) {
|
||||
if fi, err = os.ReadFile(fin); chk.E(err) {
|
||||
fi = defaultFavicon
|
||||
}
|
||||
log.I.S(fi)
|
||||
mux.HandleFunc(
|
||||
hn+"/favicon.ico",
|
||||
func(writer http.ResponseWriter, request *http.Request) {
|
||||
|
||||
Reference in New Issue
Block a user