diff --git a/pages/profiles/show/[id].vue b/pages/profiles/show/[id].vue index 46f1758..99a5ac5 100644 --- a/pages/profiles/show/[id].vue +++ b/pages/profiles/show/[id].vue @@ -38,7 +38,6 @@ const emailSignature = ref(profileStore.activeProfile.emailSignature) const tiptapLoaded = ref(false) const contentSaved = ref(true) const contentChanged = async (content) => { - console.log(tiptapLoaded) emailSignature.value = content.html if(tiptapLoaded.value === true) { contentSaved.value = false @@ -74,7 +73,6 @@ const addToNewsletter = async () => { } }) - console.log(data) } const calcWeeklyWorkingHours = () => {