Skip to content

Commit

Permalink
Remove extremely noisy debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bahner committed Nov 13, 2023
1 parent a786510 commit d60deee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion p2p/host/dht.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d60deee

Please sign in to comment.