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 }