remove unused keyCache

This commit is contained in:
Matias Alejo Garcia 2014-04-30 13:35:50 -03:00
commit ab12832126

View file

@ -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();