diff --git a/app/play/page.tsx b/app/play/page.tsx index fd3e553..396c1c1 100644 --- a/app/play/page.tsx +++ b/app/play/page.tsx @@ -20,8 +20,6 @@ export default function play() { async function handleSubmit(event: React.FormEvent) { event.preventDefault(); - console.log(grade, password); - const response = await fetch('/api/grade', { method: 'POST', headers: {