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"));