Skip to content

Commit 16b94f1

Browse files
author
dschlabach
committed
console.log removal
1 parent 037208c commit 16b94f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

playground/nextjs-app-router/components/form/wallet-type.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export function WalletType() {
3737
}, []);
3838

3939
async function handleConnect(value: WalletPreference) {
40-
console.log('value:', value);
4140
setWalletType(value);
4241
connect(
4342
{

0 commit comments

Comments
 (0)