remove console logs
This commit is contained in:
parent
cc1b2c452c
commit
a343ccc652
@ -16,8 +16,6 @@ const ProgressBar = ({ value }: Props) => {
|
|||||||
}, 3000);
|
}, 3000);
|
||||||
}, [value]);
|
}, [value]);
|
||||||
|
|
||||||
console.log(newValue);
|
|
||||||
|
|
||||||
const percentageNewValue = `${(newValue * 100).toFixed(0)}%`;
|
const percentageNewValue = `${(newValue * 100).toFixed(0)}%`;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
@ -27,8 +27,6 @@ function MyApp({ Component, pageProps }: AppProps) {
|
|||||||
actions.setMetamaskInstalledStatus(await isMetamaskInstalled());
|
actions.setMetamaskInstalledStatus(await isMetamaskInstalled());
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log("HERE");
|
|
||||||
|
|
||||||
verifyMetamask();
|
verifyMetamask();
|
||||||
}, [actions]);
|
}, [actions]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user