Removed the console.log calls

This commit is contained in:
Tiago Ribeiro
2023-10-24 16:58:44 +01:00
parent 729204a095
commit 3bb27a692f
4 changed files with 0 additions and 9 deletions

View File

@@ -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 (
<button