From bd63e048d83905e1374000d55f8075c3a1ab322d Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 25 Sep 2017 11:06:37 -0700 Subject: [PATCH] server: remove stray logging debugging statement from peerBootstrapper --- server.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/server.go b/server.go index e04afd36..e1e60035 100644 --- a/server.go +++ b/server.go @@ -548,9 +548,6 @@ func (s *server) peerBootstrapper(numTargetPeers uint32, // 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. case <-sampleTicker.C: - srvrLog.Infof("e=%v, a=%v", - atomic.LoadUint32(&epochErrors), epochAttempts) - // If all of our attempts failed during this last back // off period, then will increase our backoff to 5 // minute ceiling to avoid an excessive number of