Remove console log

This commit is contained in:
AlphaX-Projects 2023-01-25 16:38:20 +01:00 committed by GitHub
parent 4caa08f9fa
commit fefbe1334f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)