Removes console.log

This commit is contained in:
andytudhope 2019-08-08 14:21:42 +02:00 committed by Andy Tudhope
parent d14397b0a6
commit c5eefadc02
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ export default {
const checkNetwork = async () => {
web3.eth.net.getId().then(networkId => {
console.log(networkId)
return networkId === 1 ? 'true' : 'false'
})
}