diff --git a/src/pages/(exam)/ExamPage.tsx b/src/pages/(exam)/ExamPage.tsx index 0df69420..b834f98f 100644 --- a/src/pages/(exam)/ExamPage.tsx +++ b/src/pages/(exam)/ExamPage.tsx @@ -349,8 +349,6 @@ export default function ExamPage({ page }: Props) { const solutionExams = solutions.map((x) => x.exam); let newSolutions = [...solutions]; - console.log("ON finish CALLEDDDDDDDDDDDDDDDDDDDDDDDDDDDD"); - console.log(newSolutions); if (exam && !solutionExams.includes(exam.id)) return; @@ -481,7 +479,6 @@ export default function ExamPage({ page }: Props) { const indexB = exerciseOrderMap.get(b.exercise) ?? Infinity; return indexA - indexB; }); - console.log(orderedSolutions); setUserSolutions(orderedSolutions); } else {