settings: nuke verbose 2

This commit is contained in:
Manuel Araoz 2014-09-03 13:17:59 -03:00
commit f9a31ce9aa
7 changed files with 18 additions and 18 deletions

View file

@ -102,7 +102,6 @@ describe('Wallet model', function() {
};
c.networkName = walletConfig.networkName;
c.verbose = walletConfig.verbose;
c.version = '0.0.1';
@ -1533,4 +1532,4 @@ describe('Wallet model', function() {
should.exist(n.networkNonce);
});
});
});