diff --git a/backend/middlewares/auth.js b/backend/middlewares/auth.js index a03cb10ce..c0250dfb4 100644 --- a/backend/middlewares/auth.js +++ b/backend/middlewares/auth.js @@ -3,7 +3,6 @@ const { verifyIdToken } = require("../handlers/auth"); module.exports = { async authenticateRequest(req, res, next) { - console.log(); try { const { authorization } = req.headers; if (!authorization)