From 3bb27a692fbf0fd8c9a99d4ac39677167fbb7eee Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Tue, 24 Oct 2023 16:58:44 +0100 Subject: [PATCH] Removed the console.log calls --- src/components/Solutions/FillBlanks.tsx | 2 -- src/components/Solutions/Speaking.tsx | 2 -- src/pages/(exam)/ExamPage.tsx | 3 --- src/pages/action.tsx | 2 -- 4 files changed, 9 deletions(-) diff --git a/src/components/Solutions/FillBlanks.tsx b/src/components/Solutions/FillBlanks.tsx index 4c84f387..51d32962 100644 --- a/src/components/Solutions/FillBlanks.tsx +++ b/src/components/Solutions/FillBlanks.tsx @@ -24,8 +24,6 @@ export default function FillBlanksSolutions({id, type, prompt, solutions, text, const userSolution = userSolutions.find((x) => x.id === id); const solution = solutions.find((x) => x.id === id)!; - console.log(id, match); - if (!userSolution) { return (