removed debug log

This commit is contained in:
2023-08-28 23:02:04 +10:00
parent 864ae189af
commit 123d45d172

View File

@@ -136,8 +136,6 @@ const handleLoad = async () => {
"large", "large",
); );
applicationStore.setDynamicTitle(article.value.title); applicationStore.setDynamicTitle(article.value.title);
console.log(article.value);
} else { } else {
pageStatus.value = 404; pageStatus.value = 404;
} }