diff --git a/routes/index.ts b/routes/index.ts index 5b14300..eb3f9be 100644 --- a/routes/index.ts +++ b/routes/index.ts @@ -183,7 +183,6 @@ export default defineEventHandler(async (event) => { body = await readRawBody(event); } catch (err) { body = null; - console.log(err); } if (isMethod(event, "OPTIONS")) {