diff --git a/services/web/app/src/Features/Authentication/AuthenticationController.js b/services/web/app/src/Features/Authentication/AuthenticationController.js index c321ce3edf..7a97d2ac9c 100644 --- a/services/web/app/src/Features/Authentication/AuthenticationController.js +++ b/services/web/app/src/Features/Authentication/AuthenticationController.js @@ -392,10 +392,6 @@ const AuthenticationController = { req.oauth_user = token.user next() } catch (err) { - logger.warn( - { errName: err.name, errMessage: err.message }, - 'OAuth authenticate error' - ) if ( err.code === 400 && err.message === 'Invalid request: malformed authorization header'