Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushswar1 committed Aug 12, 2024
1 parent 6f66cf3 commit e6157b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hooks/SmartAccountContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ export const SmartAccountProvider = ({
(wallet) => wallet.walletClientType === "privy"
);

console.log({wallets});

// States to store the smart account and its status
const [eoa, setEoa] = useState<ConnectedWallet | undefined>();
const [smartAccountClient, setSmartAccountClient] = useState<
Expand Down

0 comments on commit e6157b6

Please sign in to comment.