Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed May 3, 2021
1 parent 853fbea commit 1a3323a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ it('should craft dftx with OP_CODES._()', () => {
]

const buffer = toBuffer(stack)
console.log(buffer.toString('hex'))
expect(buffer.toString('hex')).toBe(header + data)
})

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ it('should craft dftx with OP_CODES._()', () => {
]

const buffer = toBuffer(stack)
console.log(buffer.toString('hex'))
expect(buffer.toString('hex')).toBe(header + data)
})

Expand Down

0 comments on commit 1a3323a

Please sign in to comment.