From b4b078c8c95619fbe8b47652bf98775332b4dfed Mon Sep 17 00:00:00 2001 From: Carlos Mesquita Date: Thu, 22 Aug 2024 22:19:32 +0100 Subject: [PATCH] Missed some console.logs --- src/pages/(exam)/ExamPage.tsx | 3 --- 1 file changed, 3 deletions(-) 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 {