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:
parent
41a4f6497a
commit
4e09592177
@ -23,7 +23,6 @@ export default function Permission({
|
|||||||
if (url === undefined) return
|
if (url === undefined) return
|
||||||
const getData = async () => {
|
const getData = async () => {
|
||||||
if (accountId === undefined) {
|
if (accountId === undefined) {
|
||||||
console.log('accountId', accountId)
|
|
||||||
updateError('Please make sure your wallet is connected to proceed.')
|
updateError('Please make sure your wallet is connected to proceed.')
|
||||||
updateMessageState('info')
|
updateMessageState('info')
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user