Skip to content

Commit

Permalink
Remove console.log (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing authored Apr 19, 2024
1 parent 3a38a19 commit 183f3bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ class Wallet {
throw new Error('No wallets detected, may want to prompt user to install a wallet.');
}

console.log('[ARY]: providers', providers);

const selectorConfig = this.createCustomConfig
? this.createCustomConfig(providers)
: makeDefaultConfig(providers);
Expand Down

0 comments on commit 183f3bd

Please sign in to comment.