refactor: remove unnecessary console.log
This commit is contained in:
parent
14b4002bc3
commit
de8b522525
|
|
@ -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}))];
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
<script>
|
||||
const {header, main, footer} = $props()
|
||||
|
||||
console.log({header, main, footer});
|
||||
</script>
|
||||
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue