Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 027cef6

Browse files
committed
feat: remove console
1 parent dfb6f81 commit 027cef6

File tree

1 file changed

+0
-1
lines changed
  • adapters/rainbowkit-connector/src

1 file changed

+0
-1
lines changed

adapters/rainbowkit-connector/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { blocto, createConnector } from '@blocto/wagmi-connector';
44
export const bloctoWallet =
55
({ appId } = { appId: undefined }) =>
66
(): Wallet => {
7-
console.log('appId: ', appId);
87
return {
98
id: 'blocto',
109
name: 'Blocto',

0 commit comments

Comments
 (0)