Skip to content
Snippets Groups Projects
Commit 3f105c10 authored by benjamin's avatar benjamin
Browse files

removing spammy print

parent c3ae5e65
No related branches found
No related tags found
4 merge requests!510Release,!419rewrote the health tracker to both consider if there are waiting rounds and...,!418instrumented node registration and made only 4 paralelell node registrations,!340Project/channels
......@@ -27,7 +27,6 @@ import (
"encoding/binary"
"fmt"
"gitlab.com/elixxir/client/cmix/identity/receptionID"
"math/rand"
"sync"
"sync/atomic"
"time"
......@@ -88,11 +87,6 @@ func (c *client) followNetwork(report ClientErrorReport,
stop.ToStopped()
return
case <-ticker.C:
if rand.Int()%6 == 0 {
jww.INFO.Printf("Registered with %d nodes", c.NumRegisteredNodes())
}
operator := func(toTrack []receptionID.IdentityUse) error {
// set up tracking tools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment