Removed forgotten console.log

This commit is contained in:
2025-06-01 14:57:03 +02:00
parent 2f7c089c0b
commit fcaf729247

View File

@@ -19,8 +19,6 @@ class TimetableDay {
const allSame = sameHours(data);
console.log(allSame)
if(holidays.includes(allSame)) {
this.holiday = allSame;
return;