diff --git a/p2p/host/dht.go b/p2p/host/dht.go index 22951bd..deadfe2 100644 --- a/p2p/host/dht.go +++ b/p2p/host/dht.go @@ -100,7 +100,6 @@ func DiscoverDHTPeers(ctx context.Context, wg *sync.WaitGroup, h host.Host, rend break } retryCount++ - log.Debugf("Attempts #%d for peer discovery with rendezvous string: %s failed.", retryCount, rendezvousString) } log.Info("Peer discovery complete")