From 46d2e653c3c76257213d4a5e37d7142755a97c34 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Fri, 3 May 2024 21:52:29 +0200 Subject: [PATCH] Lint --- resources/js/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/js/app.js b/resources/js/app.js index cefd983..309f8f7 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -30,7 +30,6 @@ Alpine.data("form", () => ({ return false; } - console.log(dayjs(this.birthday, "DD.MM.YYYY").add(18, "year")); return dayjs(this.birthday, "DD.MM.YYYY") .add(18, "year") .isAfter(dayjs(this.date, "DD.MM.YYYY"));