Skip to content

Commit

Permalink
fix(sdk-core): remove logs
Browse files Browse the repository at this point in the history
TICKET: BTC-1501
  • Loading branch information
kcheng-bitgo committed Sep 26, 2024
1 parent 54bd2b7 commit dc22770
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/bitgo/test/v2/unit/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit dc22770

Please sign in to comment.