From 183f3bd254e4252dbd9d1ffa64982e8a56b66227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduard=20Bardaj=C3=AD=20Puig?= Date: Fri, 19 Apr 2024 17:19:24 +0100 Subject: [PATCH] Remove console.log (#114) --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 565ee25..3ca5dc2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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);