this log pops up too much

This commit is contained in:
Daniel Lugo 2020-02-27 14:42:17 -04:00
parent 76ecb6b9a9
commit be44085abc

View file

@ -39,7 +39,7 @@ class Auth {
const { exists, parsable } = await this.verifySecretsFile() const { exists, parsable } = await this.verifySecretsFile()
if (exists && parsable) { if (exists && parsable) {
logger.info('Secrets file exists!') // logger.info('Secrets file exists!')
return true return true
} }