diff --git a/backend/src/graphql/resolvers/emails.ts b/backend/src/graphql/resolvers/emails.ts index 7b1f78181..3b7b13a00 100644 --- a/backend/src/graphql/resolvers/emails.ts +++ b/backend/src/graphql/resolvers/emails.ts @@ -118,7 +118,7 @@ export default { // context.logger.error('A user account with this email already exists.') throw new UserInputError('A user account with this email already exists.') } - context.logger.error('VerifyEmailAddress', e) + // context.logger.error('VerifyEmailAddress', e) throw new Error(e) } finally { await session.close()