Skip to content

Commit

Permalink
Removing console log
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Jan 11, 2023
1 parent df1b91c commit 3bd9c2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/helpers/provider/use-metamask.ts
Expand Up @@ -5,7 +5,6 @@ import { useMasa } from './use-masa';
const DEFAULT_RPC = 'https://rpc.ankr.com/eth_goerli';

export const useMetamask = ({ disable }: { disable?: boolean }) => {
console.log('🚀 ~ file: use-metamask.ts:8 ~ useMetamask ~ disable', disable);
const { setProvider, masa } = useMasa();

//@ts-ignore
Expand Down

0 comments on commit 3bd9c2f

Please sign in to comment.