diff --git a/main.go b/main.go index 1b03874..e7d6055 100644 --- a/main.go +++ b/main.go @@ -268,7 +268,7 @@ func authHandler(st *state) http.Handler { return } if decide(st, ip) { - log.Printf("Allowed: %s", ip) + //log.Printf("Allowed: %s", ip) w.Header().Set("X-IPFilter-Client", ip.String()) w.WriteHeader(http.StatusOK) _, _ = w.Write([]byte("OK"))