Skip to content

Commit cac9ca6

Browse files
committed
test
1 parent 4f5d30a commit cac9ca6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

backend/src/controllers/calendar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const getCalendar: RequestHandler = async (req, res, next) => {
6666
};
6767

6868
/**
69-
* Handler for editing a day in a calendar
69+
* Handler for editing a day in a calendar, test push to main
7070
* @param req
7171
* @param res
7272
* @param next

frontend/src/components/AttendanceTable.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ export function AttendanceTable({
4444
const _errors = errors;
4545

4646
const dateObj = new Date(session.date.toString());
47-
console.log(session.date.toString());
48-
console.log(dateObj);
49-
console.log(dateObj.getDay());
5047

5148
const daysOfWeek = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"];
5249
const monthsOfYear = [

0 commit comments

Comments
 (0)