From dc22770e987e3de98e6e18f1fd585f1756a89f1e Mon Sep 17 00:00:00 2001 From: Kevin Cheng Date: Thu, 26 Sep 2024 14:45:21 -0400 Subject: [PATCH] fix(sdk-core): remove logs TICKET: BTC-1501 --- modules/bitgo/test/v2/unit/wallet.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/bitgo/test/v2/unit/wallet.ts b/modules/bitgo/test/v2/unit/wallet.ts index 69e912660f..0f0317f6cf 100644 --- a/modules/bitgo/test/v2/unit/wallet.ts +++ b/modules/bitgo/test/v2/unit/wallet.ts @@ -1505,11 +1505,8 @@ describe('V2 Wallet:', function () { .reply(200); try { - console.log('try fanout'); await wallet.fanoutUnspents({ address, unspents }); - console.log(response); } catch (e) { - console.log(e); // the fanoutUnspents method will probably throw an exception for not having all of the correct nocks // we only care about /fanoutUnspents and whether unspents is an allowed parameter }