rm now useless delete

This commit is contained in:
Matias Alejo Garcia 2014-08-19 14:15:47 -04:00
commit 25293ecf86

View file

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