console log deleted
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user