diff --git a/backend/src/middlewares/auth.ts b/backend/src/middlewares/auth.ts index a4b6c1061..dab9b21e5 100644 --- a/backend/src/middlewares/auth.ts +++ b/backend/src/middlewares/auth.ts @@ -140,8 +140,6 @@ async function authenticateWithBearerToken( email: decodedToken.email ?? "", }; } catch (error) { - Logger.error(`Firebase auth error code ${error.errorInfo.code.toString()}`); - if (error?.errorInfo?.code?.includes("auth/id-token-expired")) { throw new MonkeyError( 401,