aboutsummaryrefslogtreecommitdiffstats
path: root/dex/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'dex/handler.go')
-rw-r--r--dex/handler.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/dex/handler.go b/dex/handler.go
index 66a0fd7fd..a097605c0 100644
--- a/dex/handler.go
+++ b/dex/handler.go
@@ -1205,10 +1205,6 @@ func (pm *ProtocolManager) peerSetLoop() {
pm.peers.BuildConnection(newRound)
}
round = newRound
- case <-time.After(5 * time.Second):
- pm.peers.lock.Lock()
- pm.peers.dumpPeerLabel("ticker")
- pm.peers.lock.Unlock()
case <-pm.chainHeadSub.Err():
return
}