Removed forgotten console.log
This commit is contained in:
parent
2f7c089c0b
commit
fcaf729247
@ -19,8 +19,6 @@ class TimetableDay {
|
|||||||
|
|
||||||
const allSame = sameHours(data);
|
const allSame = sameHours(data);
|
||||||
|
|
||||||
console.log(allSame)
|
|
||||||
|
|
||||||
if(holidays.includes(allSame)) {
|
if(holidays.includes(allSame)) {
|
||||||
this.holiday = allSame;
|
this.holiday = allSame;
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user