Remove warning about unknown keys in le urls

This commit is contained in:
Tim Caswell 2017-06-27 12:34:52 -05:00
parent 51bcc1f20a
commit d85f4070f3
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];
})) {