settings: nuke verbose 2
This commit is contained in:
parent
ecceb668e3
commit
f9a31ce9aa
7 changed files with 18 additions and 18 deletions
|
|
@ -86,7 +86,6 @@ describe('PayPro (in Wallet) model', function() {
|
|||
};
|
||||
|
||||
c.networkName = walletConfig.networkName;
|
||||
c.verbose = walletConfig.verbose;
|
||||
c.version = '0.0.1';
|
||||
|
||||
return new Wallet(c);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue