1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

removing console.log message

This commit is contained in:
Jamie Hewitt 2021-06-04 15:41:17 +03:00
parent 41a4f6497a
commit 4e09592177

View File

@ -23,7 +23,6 @@ export default function Permission({
if (url === undefined) return
const getData = async () => {
if (accountId === undefined) {
console.log('accountId', accountId)
updateError('Please make sure your wallet is connected to proceed.')
updateMessageState('info')
} else {