Remove console log

This commit is contained in:
Andrew Kingston 2024-08-14 16:58:01 +01:00
parent 2afe040332
commit 86628903cc
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

View File

@ -646,9 +646,6 @@
}) })
} }
} }
console.log("mounted")
return () => { return () => {
// Unregister component // Unregister component
if (componentStore.actions.isComponentRegistered(id)) { if (componentStore.actions.isComponentRegistered(id)) {