Cleaned up more console logs

This commit is contained in:
Alexis
2025-04-15 20:34:01 +02:00
parent ed1252add4
commit a50824bd4f
5 changed files with 0 additions and 7 deletions

View File

@@ -6,7 +6,6 @@ export default defineEventHandler(async (event) => {
const { data: bodyData, error: schemaError } = await readValidatedBody(event, body => calendarMonthSchema.safeParse(body))
if (schemaError) {
console.log(schemaError)
throw createError({
cause: "Utilisateur",
fatal: false,