diff --git a/lib/get-acme-urls.js b/lib/get-acme-urls.js index acb4276..85f71ad 100644 --- a/lib/get-acme-urls.js +++ b/lib/get-acme-urls.js @@ -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]; })) {