Skip to content

Commit

Permalink
remove commented out code and console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchadwick committed Sep 9, 2024
1 parent 9133f28 commit 3bb1258
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ export default class CourseVisualizeInstructorRoute extends Route {
}

async afterModel({ course }) {
// const sessions = await course.sessions;
console.log('CourseVisualizeInstructorRoute');
return await all([course.school, map(course.sessions, (s) => s.sessionType)]);
}

Expand Down

0 comments on commit 3bb1258

Please sign in to comment.