From be44085abcc473525f76398d247827ebc58aaf85 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Thu, 27 Feb 2020 14:42:17 -0400 Subject: [PATCH] this log pops up too much --- services/auth/auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/auth/auth.js b/services/auth/auth.js index c5818ea5..e627aa2c 100644 --- a/services/auth/auth.js +++ b/services/auth/auth.js @@ -39,7 +39,7 @@ class Auth { const { exists, parsable } = await this.verifySecretsFile() if (exists && parsable) { - logger.info('Secrets file exists!') + // logger.info('Secrets file exists!') return true }