Skip to content

Commit

Permalink
fix: Delete clog
Browse files Browse the repository at this point in the history
  • Loading branch information
Veikkosuhonen committed Mar 4, 2024
1 parent 12440b6 commit 45d4175
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server/routes/courseUnits/courseUnitController.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ const getCourseUnitsForTeacher = async (req, res) => {
}
})

console.log(courseUnits)

return res.send(courseUnits)
}

Expand Down

0 comments on commit 45d4175

Please sign in to comment.