diff --git a/js/models/network/WebRTC.js b/js/models/network/WebRTC.js index 411a492ea..94dc87b6b 100644 --- a/js/models/network/WebRTC.js +++ b/js/models/network/WebRTC.js @@ -51,7 +51,6 @@ Network.prototype.cleanUp = function() { this.authenticatedPeers=[]; this.copayerForPeer={}; this.connections={}; - this.keyCache={}; if (this.peer) { console.log('## DESTROYING PEER INSTANCE'); //TODO this.peer.disconnect();