Skip to content

Commit

Permalink
chore: Remove debugging clogs
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Sep 20, 2023
1 parent f07f380 commit 82e3743
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/util/courses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const otherCourse = {
}

export const getCourseName = (course: Course, language: keyof Locales) => {
console.log(course)
const name =
course.name[language as keyof Locales]?.length >
course.nameSpecifier[language as keyof Locales]?.length
Expand Down

0 comments on commit 82e3743

Please sign in to comment.