From 84be7527f242138f8a00cbc28ddfcd943469fe32 Mon Sep 17 00:00:00 2001 From: devthejo Date: Mon, 30 Jun 2025 17:14:55 +0200 Subject: [PATCH] chore: clean --- libs/common/oapi/services/auth.js | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/common/oapi/services/auth.js b/libs/common/oapi/services/auth.js index 659481e..c6cac0c 100644 --- a/libs/common/oapi/services/auth.js +++ b/libs/common/oapi/services/auth.js @@ -57,7 +57,6 @@ module.exports = function () { // For meta.auth-token scope, check for X-Auth-Token header if (hasMetaAuthToken) { const req = reqCtx.get("req") - console.log("req?.headers", req?.headers) const authTokenHeader = req?.headers?.["x-auth-token"] if (!authTokenHeader) {