From 0eb9d0b572830fa1a0f09435a6baf7ab9ebd8cfc Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Mon, 9 Oct 2023 23:51:58 +0100 Subject: Remove console.log --- public/js/modules/new.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/js/modules/new.js b/public/js/modules/new.js index 84391b7..ca875bc 100644 --- a/public/js/modules/new.js +++ b/public/js/modules/new.js @@ -161,7 +161,6 @@ function newEventGroupForm() { async submitForm() { this.submitting = true; this.errors = []; - console.log(this.data); const formData = new FormData(); for (const [key, value] of Object.entries(this.data)) { formData.append(key, value); -- cgit v1.2.3