1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-02-07 15:05:07 +00:00

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

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'
})
}