refactor: remove unnecessary console.log

This commit is contained in:
Marcin Wiśniowski 2025-02-17 12:01:09 +01:00
parent 14b4002bc3
commit de8b522525
2 changed files with 0 additions and 3 deletions

View file

@ -41,7 +41,6 @@ function extractParams(component) {
slots = Object.fromEntries(
Object.entries(slots ?? {}).map(([key, snippet]) => {
if(typeof snippet === "string") {
console.log("ugraded", key);
return [key, createRawSnippet(() => ({render: () => snippet}))];
}

View file

@ -1,7 +1,5 @@
<script>
const {header, main, footer} = $props()
console.log({header, main, footer});
</script>
<div>