Skip to content

Commit

Permalink
remove move log
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed May 3, 2021
1 parent 1a3323a commit e859712
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ describe('Composable', () => {
it('should compose from buffer to composable', () => {
const buffer = SmartBuffer.fromBuffer(Buffer.from(data, 'hex'))
const composable = new CAccountToUtxos(buffer)
console.log(composable.toObject().balances.length)
console.log(composable.toObject().balances[0].amount.toFixed())
expect(composable.toObject()).toEqual(accountToUtxos)
})

Expand Down

0 comments on commit e859712

Please sign in to comment.