Browse Source

Remove console log

q-apps
AlphaX-Projects 2 years ago committed by GitHub
parent
commit
fefbe1334f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      qortal-ui-plugins/plugins/core/group-management/group-management.src.js

3
qortal-ui-plugins/plugins/core/group-management/group-management.src.js

@ -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…
Cancel
Save