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

@ -290,7 +290,6 @@ describe('WalletFactory model', function() {
"totalCopayers": 3,
"reconnectDelay": 100,
"spendUnconfirmed": 1,
"verbose": 0
},
"blockchain": {
"host": "test.insight.is",
@ -300,7 +299,6 @@ describe('WalletFactory model', function() {
"host": "test.insight.is",
"port": 3001
},
"verbose": 0,
"themes": ["default"],
};
var wf = new WalletFactory(sconfig, '0.0.1');