Removed console.logs
This commit is contained in:
@@ -65,7 +65,6 @@ export default function WriteBlanks({id, prompt, maxWords, solutions, text, onNe
|
||||
const id = match.replaceAll(/[\{\}]/g, "");
|
||||
const userSolution = userSolutions.find((x) => x.id === id);
|
||||
const setUserSolution = (solution: string) => {
|
||||
console.log({solution});
|
||||
setUserSolutions((prev) => [...prev.filter((x) => x.id !== id), {id, solution}]);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user