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 }