We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3b796 commit 3b7c4b7Copy full SHA for 3b7c4b7
fetch-cert.js
@@ -36,7 +36,6 @@ module.exports = function fetchCert(options, callback) {
36
})
37
38
.on('error', function(er) {
39
- console.error('balls2!', er)
40
callback('Failed to download certificate at: ' + url.href +'. Error: ' + er)
41
42
}
0 commit comments