settings: works with 2-3 wallet

This commit is contained in:
Manuel Araoz 2014-09-04 16:57:07 -03:00
commit 4dffcccf19
2 changed files with 1 additions and 2 deletions

View file

@ -834,8 +834,6 @@ Wallet.prototype.toObj = function() {
addressBook: this.addressBook,
lastTimestamp: this.lastTimestamp,
};
console.dir(walletObj);
console.trace();
return walletObj;
};