From db700839d48ff36c8e61c7cdf3358e5fd9e704e9 Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Mon, 8 Dec 2014 16:16:14 -0800 Subject: [PATCH] rm logging statement that isn't that useful License: MIT Signed-off-by: Brian Tiger Chow --- core/bootstrap.go | 3 --- 1 file changed, 3 deletions(-) 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) {