diff --git a/pkg/proxy/remotehost.go b/pkg/proxy/remotehost.go index 206e279..738eb22 100644 --- a/pkg/proxy/remotehost.go +++ b/pkg/proxy/remotehost.go @@ -119,7 +119,6 @@ func (h *RemoteHost[V]) Ping() bool { cancel() if err != nil { h.missedPings++ - log.Printf("Ping %s failed (%d) %v", h.host, h.missedPings, err) } if !h.IsHealthy() { return false