server: remove stray logging debugging statement from peerBootstrapper
This commit is contained in:
parent
21d151d2ce
commit
bd63e048d8
@ -548,9 +548,6 @@ func (s *server) peerBootstrapper(numTargetPeers uint32,
|
|||||||
// The ticker has just woken us up, so we'll need to check if
|
// The ticker has just woken us up, so we'll need to check if
|
||||||
// we need to attempt to connect our to any more peers.
|
// we need to attempt to connect our to any more peers.
|
||||||
case <-sampleTicker.C:
|
case <-sampleTicker.C:
|
||||||
srvrLog.Infof("e=%v, a=%v",
|
|
||||||
atomic.LoadUint32(&epochErrors), epochAttempts)
|
|
||||||
|
|
||||||
// If all of our attempts failed during this last back
|
// If all of our attempts failed during this last back
|
||||||
// off period, then will increase our backoff to 5
|
// off period, then will increase our backoff to 5
|
||||||
// minute ceiling to avoid an excessive number of
|
// minute ceiling to avoid an excessive number of
|
||||||
|
Loading…
Reference in New Issue
Block a user