From 1a3323a6ace3af326ea5c14f8be8466731694fde Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 3 May 2021 13:41:59 +0800 Subject: [PATCH] remove log --- .../__tests__/script/defi/dftx_balance/AccountToUtxos.test.ts | 1 - .../__tests__/script/defi/dftx_balance/UtxosToAccount.test.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/jellyfish-transaction/__tests__/script/defi/dftx_balance/AccountToUtxos.test.ts b/packages/jellyfish-transaction/__tests__/script/defi/dftx_balance/AccountToUtxos.test.ts index 94dc7f673f..e3ff607e39 100644 --- a/packages/jellyfish-transaction/__tests__/script/defi/dftx_balance/AccountToUtxos.test.ts +++ b/packages/jellyfish-transaction/__tests__/script/defi/dftx_balance/AccountToUtxos.test.ts @@ -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) }) diff --git a/packages/jellyfish-transaction/__tests__/script/defi/dftx_balance/UtxosToAccount.test.ts b/packages/jellyfish-transaction/__tests__/script/defi/dftx_balance/UtxosToAccount.test.ts index d879a5a7b6..20655bc19c 100644 --- a/packages/jellyfish-transaction/__tests__/script/defi/dftx_balance/UtxosToAccount.test.ts +++ b/packages/jellyfish-transaction/__tests__/script/defi/dftx_balance/UtxosToAccount.test.ts @@ -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) })