diff --git a/core/bootstrap.go b/core/bootstrap.go index 0b34a18e6..df1ffa6aa 100644 --- a/core/bootstrap.go +++ b/core/bootstrap.go @@ -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) {