From 8c390d12fe0c3f8a5608736160e8e0c9c4865eff Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 15 Sep 2023 02:12:04 +0200 Subject: [PATCH] Chore: cleanup debug info from sendEmail --- src/UI/Popup/SendEmail.svelte | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/UI/Popup/SendEmail.svelte b/src/UI/Popup/SendEmail.svelte index ca91bb06b..32a04f5f1 100644 --- a/src/UI/Popup/SendEmail.svelte +++ b/src/UI/Popup/SendEmail.svelte @@ -15,17 +15,8 @@ encodeURIComponent(subject) + "&body=" + encodeURIComponent(body) - $: console.log(url) - console.log(">>> args", args) {button_text} -SEND EMAIL to {to} -
-subject: {subject} -
-body: {body} -
-{button_text}