Remove console log
This commit is contained in:
parent
2afe040332
commit
86628903cc
|
@ -646,9 +646,6 @@
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("mounted")
|
|
||||||
|
|
||||||
return () => {
|
return () => {
|
||||||
// Unregister component
|
// Unregister component
|
||||||
if (componentStore.actions.isComponentRegistered(id)) {
|
if (componentStore.actions.isComponentRegistered(id)) {
|
||||||
|
|
Loading…
Reference in New Issue