settings: nuke verbose

This commit is contained in:
Manuel Araoz 2014-09-03 13:11:44 -03:00
commit ecceb668e3

View file

@ -77,7 +77,6 @@ function Wallet(opts) {
this.settings = new Settings(opts.settings);
this.name = opts.name;
this.verbose = opts.verbose;
this.publicKeyRing.walletId = this.id;
this.txProposals.walletId = this.id;
this.network.maxPeers = this.totalCopayers;