Remove debugging code

This commit is contained in:
Ali 2020-07-17 23:31:41 +04:00
parent 7ba7f9d2cb
commit 9c48d71d87

View File

@ -1637,7 +1637,7 @@ func keepPollingChannel(postbox: Postbox, network: Network, peerId: PeerId, stat
|> restart
return signal
|> delay(5.0, queue: .concurrentDefaultQueue())
|> delay(1.0, queue: .concurrentDefaultQueue())
}
private func resetChannels(network: Network, peers: [Peer], state: AccountMutableState) -> Signal<AccountMutableState, NoError> {