mirror of https://github.com/dap-ps/discover.git
Removes console.log
This commit is contained in:
parent
d14397b0a6
commit
c5eefadc02
|
@ -39,7 +39,6 @@ export default {
|
|||
|
||||
const checkNetwork = async () => {
|
||||
web3.eth.net.getId().then(networkId => {
|
||||
console.log(networkId)
|
||||
return networkId === 1 ? 'true' : 'false'
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue