From f52cd448e203e63e16f3e4a6dd14aef5f524de7e Mon Sep 17 00:00:00 2001 From: James Collins Date: Wed, 29 Mar 2023 16:43:09 +1000 Subject: [PATCH] remove debug --- resources/js/views/dashboard/PostEdit.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/js/views/dashboard/PostEdit.vue b/resources/js/views/dashboard/PostEdit.vue index 0728f02..2cd13cd 100644 --- a/resources/js/views/dashboard/PostEdit.vue +++ b/resources/js/views/dashboard/PostEdit.vue @@ -145,7 +145,6 @@ const updateSlug = async () => { * Load the page data. */ const loadData = async () => { - console.log("load data"); try { if (route.params.id) { form.loading(true); @@ -177,8 +176,6 @@ const loadData = async () => { ) { return attachment.id.toString(); }); - console.log(data.post); - console.log(attachments.value); } else { pageError.value = 404; }