Skip to content

Commit

Permalink
fix: console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Dec 22, 2024
1 parent 6775a9e commit 0ffeb75
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/antalmanac/src/stores/Schedules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -556,13 +556,6 @@ export class Schedules {
this.scheduleNoteMap[scheduleNoteId] = '';
}

console.log({
scheduleName: shortCourseSchedule.scheduleName,
courses: courses,
customEvents: shortCourseSchedule.customEvents,
scheduleNoteId: scheduleNoteId,
});

this.schedules.push({
scheduleName: shortCourseSchedule.scheduleName,
courses: courses,
Expand Down

0 comments on commit 0ffeb75

Please sign in to comment.