From f9bae612790aa3b0a0570627cd9c72d637a5cb49 Mon Sep 17 00:00:00 2001 From: niftylettuce Date: Wed, 26 Aug 2020 06:11:52 -0500 Subject: [PATCH] fix: suppress log for --- app/controllers/api/v1/settings.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/controllers/api/v1/settings.js b/app/controllers/api/v1/settings.js index a5f4360b73..968b2468b0 100644 --- a/app/controllers/api/v1/settings.js +++ b/app/controllers/api/v1/settings.js @@ -71,11 +71,14 @@ async function settings(ctx) { hasVirusProtection = domain.has_virus_protection; } else { ctx.logger.warn(ctx.translateError('DOMAIN_DOES_NOT_EXIST')); + /* + // TODO: ctx.logger.error( new Error( `${ctx.query.domain} has forward-email-site-verification=${verifications[0]} which is no longer valid and needs fixed` ) ); + */ } } else if (ports.length > 0) { if (ports.length > 1)