rm now useless delete

This commit is contained in:
Matias Alejo Garcia 2014-08-19 14:15:47 -04:00
parent a02b648e41
commit 25293ecf86
1 changed files with 0 additions and 1 deletions

View File

@ -618,7 +618,6 @@ Wallet.prototype.sendWalletId = function(recipients) {
Wallet.prototype.sendPublicKeyRing = function(recipients) {
this.log('### SENDING publicKeyRing TO:', recipients || 'All', this.publicKeyRing.toObj());
var publicKeyRing = this.publicKeyRing.toObj();
delete publicKeyRing.publicKeysCache; // exclude publicKeysCache from network obj
this.send(recipients, {
type: 'publicKeyRing',