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