diff options
author | Sonic <sonic@dexon.org> | 2019-01-09 13:38:08 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-01-14 15:26:26 +0800 |
commit | ddef70954ade739c2843f466525b24b6df40071b (patch) | |
tree | a579fa75db24c11d812b78fc457f00d208e53da7 /dex | |
parent | c6d4e6b777a435c5d0d8c174241c1db15f9992f4 (diff) | |
download | dexon-ddef70954ade739c2843f466525b24b6df40071b.tar dexon-ddef70954ade739c2843f466525b24b6df40071b.tar.gz dexon-ddef70954ade739c2843f466525b24b6df40071b.tar.bz2 dexon-ddef70954ade739c2843f466525b24b6df40071b.tar.lz dexon-ddef70954ade739c2843f466525b24b6df40071b.tar.xz dexon-ddef70954ade739c2843f466525b24b6df40071b.tar.zst dexon-ddef70954ade739c2843f466525b24b6df40071b.zip |
dex: remove unused log (#136)
* fixup! app: use gcp storage instead of azure for builds (#81)
* dex: remove unused log
Diffstat (limited to 'dex')
-rw-r--r-- | dex/handler.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dex/handler.go b/dex/handler.go index f78188bbe..d71385647 100644 --- a/dex/handler.go +++ b/dex/handler.go @@ -1210,10 +1210,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 } |