Skip to content

Commit 0f97df6

Browse files
committed
Remove log
1 parent 9664714 commit 0f97df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/check/connect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function connect(
1313
} = {}
1414
): WalletCheckModule {
1515
const { heading, description, icon } = options
16-
console.log('inside connect module')
16+
1717
return async (
1818
stateAndHelpers: StateAndHelpers
1919
): Promise<WalletCheckModal | undefined> => {

0 commit comments

Comments
 (0)