Skip to content

Commit 9cceb74

Browse files
committed
delete console.log
1 parent ea8fa96 commit 9cceb74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/util/holidays.ts

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ function parseHoliday(holiday: Holidays): holiday {
5050
const [start, end] = dates.split(' to ');
5151
const startDate = new Date(`${start}T00:00:00`);
5252
const endDate = new Date(`${end}T23:59:59`);
53-
console.log(name, startDate, endDate);
5453
return { name, startDate, endDate };
5554
}
5655

0 commit comments

Comments
 (0)