Removed the console.log calls
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user