From ab1283212606d9c355d0aa3f4251049fa36e54a7 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 30 Apr 2014 13:35:50 -0300 Subject: [PATCH] remove unused keyCache --- js/models/network/WebRTC.js | 1 - 1 file changed, 1 deletion(-) 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();