diff --git a/packages/builder/src/components/userInterface/ComponentTab/Tab.svelte b/packages/builder/src/components/userInterface/ComponentTab/Tab.svelte index da880599c1..3c4c7b7242 100644 --- a/packages/builder/src/components/userInterface/ComponentTab/Tab.svelte +++ b/packages/builder/src/components/userInterface/ComponentTab/Tab.svelte @@ -18,7 +18,6 @@ if (component.type && component.type.length > 0) { list = component } else { - //console.log("Here be dragons that add the component! 🐉") onComponentChosen(component) } }