Skip to content

Commit

Permalink
fix: Remove a logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoosss committed Feb 1, 2024
1 parent bbe60e0 commit 005e056
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export const WalletProvider: React.FC<React.PropsWithChildren<unknown>> = ({ chi
setWalletStatus('LOADING');
try {
const wallet = await walletService.loadWallet();
console.log(wallet);
const currentAccountId = await accountService.getCurrentAccountId();
wallet.currentAccountId = currentAccountId;
setWallet(wallet);
Expand Down

0 comments on commit 005e056

Please sign in to comment.