Skip to content

Commit 8d40faf

Browse files
committed
fix: removed logs
1 parent 5575c62 commit 8d40faf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/account.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ export const getAccount = async (args: {
7272
if (walletDetails.type === WalletType.awsKms) {
7373
// Get chain rpc provider.
7474
const chain = await getChain(chainId);
75-
console.log("received chain in to account", chain);
7675
const provider = new providers.JsonRpcProvider(chain.rpc);
77-
console.log("provider in to account", provider);
7876

7977
signer = signer.connect(provider);
8078
}

0 commit comments

Comments
 (0)