mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
chore: remove debug logging from blog post page
This commit is contained in:
parent
60efa54930
commit
f3387eb5b1
1 changed files with 0 additions and 5 deletions
|
@ -23,11 +23,6 @@
|
|||
slug: data.slug,
|
||||
image: data.metadata.cover
|
||||
};
|
||||
|
||||
onMount(() => {
|
||||
console.log(data.metadata.deps);
|
||||
console.log(data.metadata);
|
||||
});
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
|
|
Loading…
Reference in a new issue