diff --git a/pkg/proxy/remotehost.go b/pkg/proxy/remotehost.go index cfc9ab3..a5854a5 100644 --- a/pkg/proxy/remotehost.go +++ b/pkg/proxy/remotehost.go @@ -157,8 +157,6 @@ func (h *RemoteHost) AnnounceExpiry(uids []uint64) { func (h *RemoteHost) Proxy(id uint64, w http.ResponseWriter, r *http.Request) (bool, error) { target := fmt.Sprintf("%s%s", h.httpBase, r.URL.RequestURI()) - log.Printf("proxy target: %s, method: %s", target, r.Method) - ctx, span := tracer.Start(r.Context(), "remote_proxy") defer span.End() span.SetAttributes(