Skip to content

Commit

Permalink
Update useMetaMaskUri.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
lochie committed Jun 20, 2024
1 parent 96ceaa8 commit 4aa17f5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/connectkit/src/hooks/connectors/useMetaMaskUri.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ export function useMetaMaskUri(
log('MM Message', message);
if (type === 'connecting') {
const p: any = await connector.getProvider();
console.log('MM Provider');
console.log(p);
/*
console.log('p', p);
if (p?.qrUrl) setUri(p.qrUrl);*/
//if (p?.qrUrl) setUri(p.qrUrl);
}
}
async function handleDisconnect() {
Expand Down

0 comments on commit 4aa17f5

Please sign in to comment.