Skip to content

Commit fe092c2

Browse files
TCA-852 remove console log
1 parent 0a15807 commit fe092c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src-ts/tools/learn/course-details/course-curriculum/CourseCurriculum.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const CourseCurriculum: FC<CourseCurriculumProps> = (props: CourseCurriculumProp
7777
* Handle user click on start course/resume/login button
7878
*/
7979
const handleStartCourseClick: () => void = useCallback(() => {
80-
console.debug(props.profile)
80+
8181
// if user is not logged in, redirect to login page
8282
if (!isLoggedIn) {
8383
// add a flag to the return url to show the academic policy modal
@@ -90,7 +90,7 @@ const CourseCurriculum: FC<CourseCurriculumProps> = (props: CourseCurriculumProp
9090
// let them know
9191
if (props.profile?.isWipro && !props.profile.diceEnabled) {
9292
// TODO
93-
console.debug('user needs dice')
93+
console.debug('TODO: user needs dice')
9494
return
9595
}
9696

0 commit comments

Comments
 (0)