Merge branch 'remove-url-warning' into 'master'

Remove warning about unknown keys in le urls

See merge request !6
This commit is contained in:
Tim Caswell 2017-06-28 09:59:08 -06:00
commit 530b25f691
1 changed files with 0 additions and 5 deletions

View File

@ -39,11 +39,6 @@ module.exports.create = function (deps) {
}
}
if (5 !== Object.keys(data).length) {
console.warn("This Let's Encrypt / ACME server has been updated with urls that this client doesn't understand");
console.warn(data);
}
if (!knownUrls.every(function (url) {
return data[url];
})) {