diff --git a/server.js b/server.js index f35382a..82cb9f4 100644 --- a/server.js +++ b/server.js @@ -88,7 +88,6 @@ app.all(/.*/, (req, res, next) => { if (methodConfig.headers) { const headerResult = methodConfig.headers.safeParse(req.headers) - console.log(headerResult) if (!headerResult.success) { throw new ValidationError(headerResult, errorConfig, context) }