remove debug

This commit is contained in:
2023-03-29 16:43:09 +10:00
parent 7f3eada0c1
commit f52cd448e2

View File

@@ -145,7 +145,6 @@ const updateSlug = async () => {
* Load the page data. * Load the page data.
*/ */
const loadData = async () => { const loadData = async () => {
console.log("load data");
try { try {
if (route.params.id) { if (route.params.id) {
form.loading(true); form.loading(true);
@@ -177,8 +176,6 @@ const loadData = async () => {
) { ) {
return attachment.id.toString(); return attachment.id.toString();
}); });
console.log(data.post);
console.log(attachments.value);
} else { } else {
pageError.value = 404; pageError.value = 404;
} }