Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
bischofmax committed Oct 10, 2023
1 parent bd455d8 commit eda54cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/courses.js
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ router.patch('/:courseId', async (req, res, next) => {
// due to eventual consistency we need to get the course again from server
// instead of using the response from patch
const course = await api(req).get(`/courses/${courseId}`);
console.log(course);

await createEventsForCourse(req, res, course);

if (isRemovingYourself) {
Expand Down

0 comments on commit eda54cb

Please sign in to comment.