remove unused keyCache
This commit is contained in:
parent
d3151cc88b
commit
ab12832126
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ Network.prototype.cleanUp = function() {
|
||||||
this.authenticatedPeers=[];
|
this.authenticatedPeers=[];
|
||||||
this.copayerForPeer={};
|
this.copayerForPeer={};
|
||||||
this.connections={};
|
this.connections={};
|
||||||
this.keyCache={};
|
|
||||||
if (this.peer) {
|
if (this.peer) {
|
||||||
console.log('## DESTROYING PEER INSTANCE'); //TODO
|
console.log('## DESTROYING PEER INSTANCE'); //TODO
|
||||||
this.peer.disconnect();
|
this.peer.disconnect();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue