Commit db700839 authored by Brian Tiger Chow's avatar Brian Tiger Chow

rm logging statement that isn't that useful

License: MIT
Signed-off-by: default avatarBrian Tiger Chow <brian@perfmode.com>
parent df4b5452
......@@ -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) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment