Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicvladan committed Apr 17, 2024
1 parent 99d2d90 commit 472ab66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/context/WalletContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ export const WalletContextProvider = ({
) => {
const provider = dappRegistry.provider;

console.log(provider);

try {
setLoading(true);
dappRegistry.connect(signerOrProvider);
Expand Down

0 comments on commit 472ab66

Please sign in to comment.