Removed forgotten console.log
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user