remove unused keyCache

This commit is contained in:
Matias Alejo Garcia 2014-04-30 13:35:50 -03:00
parent d3151cc88b
commit ab12832126
1 changed files with 0 additions and 1 deletions

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