console log deleted

This commit is contained in:
titver968
2025-06-17 09:01:39 +02:00
parent 6b84d7f8bd
commit badc902fc9
3 changed files with 4251 additions and 8 deletions

View File

@@ -28,14 +28,6 @@ export async function POST({ request }) {
await writeFile(`static${pfad}`, buffer);
gespeichertePfade.push(pfad);
}
console.log({
noteDeutsch: get('noteDeutsch'),
noteMathe: get('noteMathe'),
parsedDeutsch: parseFloat(get('noteDeutsch')),
parsedMathe: parseFloat(get('noteMathe')),
});
}
try {