diff --git a/proxy/proxy.go b/proxy/proxy.go index 175f3b2..78e476e 100644 --- a/proxy/proxy.go +++ b/proxy/proxy.go @@ -22,10 +22,6 @@ type Proxy struct { } func New(ctx context.Context, config *config.ProxyConfig) *Proxy { - // we need a webserver to get the pprof webserver - go func() { - log.Println(http.ListenAndServe("localhost:6060", nil)) - }() s := &Proxy{ config: config, pool: nostr.NewSimplePool(ctx),