We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8fa96 commit 9cceb74Copy full SHA for 9cceb74
frontend/src/util/holidays.ts
@@ -50,7 +50,6 @@ function parseHoliday(holiday: Holidays): holiday {
50
const [start, end] = dates.split(' to ');
51
const startDate = new Date(`${start}T00:00:00`);
52
const endDate = new Date(`${end}T23:59:59`);
53
- console.log(name, startDate, endDate);
54
return { name, startDate, endDate };
55
}
56
0 commit comments