forked from Qortal/qortal-ui
Remove console log
This commit is contained in:
parent
4caa08f9fa
commit
fefbe1334f
@ -1820,7 +1820,6 @@ class GroupManagement extends LitElement {
|
||||
setTimeout(getGroupInvites, 1)
|
||||
configLoaded = true
|
||||
}
|
||||
console.log('parse', JSON.parse(c))
|
||||
this.config = JSON.parse(c)
|
||||
})
|
||||
parentEpml.subscribe('copy_menu_switch', async value => {
|
||||
@ -3640,4 +3639,4 @@ class GroupManagement extends LitElement {
|
||||
}
|
||||
}
|
||||
|
||||
window.customElements.define('group-management', GroupManagement)
|
||||
window.customElements.define('group-management', GroupManagement)
|
||||
|
Loading…
x
Reference in New Issue
Block a user