Remove several console.log
This commit is contained in:
parent
a2c39714c4
commit
68697dc3a7
6 changed files with 2 additions and 13 deletions
|
|
@ -213,8 +213,6 @@ describe('TxProposals', function() {
|
|||
describe('#getUsedUnspent', function() {
|
||||
it('should return an empty object', function() {
|
||||
var txps = new TxProposals();
|
||||
|
||||
console.log(txps);
|
||||
txps.txps = {
|
||||
a: {
|
||||
isPending: sinon.stub().returns(false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue