From 8fbfce91938a686520c9fd4fc19ebbd56e08277c Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Mon, 14 Jul 2025 18:15:58 +0200 Subject: [PATCH] Remove log --- api/src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/src/index.ts b/api/src/index.ts index 24739d4..95a3803 100644 --- a/api/src/index.ts +++ b/api/src/index.ts @@ -11,7 +11,6 @@ const app = new Hono(); app.use(logger()); app.use("*", async (c, next) => { - console.log({ config }); const corsMiddleware = cors({ origin: config.CORS_ORIGIN, allowHeaders: [