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