Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
hippocampus-web3 committed Nov 27, 2024
1 parent 118d86b commit b338263
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/xchain-cardano/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,6 @@ export class Client extends BaseXChainClient {
const currentSlot = await this.roundRobinGetLatestBlock()
const utxos = await this.roundRobinGetAllAddressUTXOs(sender)

console.log('utxos', utxos)

if (!currentSlot.slot) {
throw Error('Fail to fetch slot number')
}
Expand Down

0 comments on commit b338263

Please sign in to comment.