Removed forgotten console.log

This commit is contained in:
Jason 2025-06-01 14:57:03 +02:00
parent 2f7c089c0b
commit fcaf729247
Signed by: Jason
SSH Key Fingerprint: SHA256:fQKEt4hlnlnWT8RPAFQxV3EPc+jOg3LetCvSaBJWsNQ

View File

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