1
0
mirror of https://github.com/Fayorg/calendrier-avant.git synced 2026-05-27 17:18:38 +02:00

fix: removed console.log

This commit is contained in:
2023-12-04 10:31:17 +01:00
parent a637ab23e7
commit ecbd14a06c

View File

@@ -20,8 +20,6 @@ export default function play() {
async function handleSubmit(event: React.FormEvent<HTMLFormElement>) {
event.preventDefault();
console.log(grade, password);
const response = await fetch('/api/grade', {
method: 'POST',
headers: {