mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-06 00:38:08 +08:00
rm logging statement that isn't that useful
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
This commit is contained in:
parent
df4b54524c
commit
db700839d4
@ -67,9 +67,6 @@ func bootstrap(ctx context.Context,
|
||||
notConnected = append(notConnected, p)
|
||||
}
|
||||
}
|
||||
for _, p := range notConnected {
|
||||
log.Infof("not connected to %v", p)
|
||||
}
|
||||
|
||||
var randomSubset []peer.Peer
|
||||
for _, val := range rand.Perm(numCxnsToCreate) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user