Remove log

This commit is contained in:
Arthur Belleville 2025-07-14 18:15:58 +02:00
parent 0ee43082de
commit 8fbfce9193
No known key found for this signature in database

View file

@ -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: [