Skip to content

Commit 3b7c4b7

Browse files
committed
removed colorful debug statement
1 parent 7c3b796 commit 3b7c4b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fetch-cert.js

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ module.exports = function fetchCert(options, callback) {
3636
})
3737
})
3838
.on('error', function(er) {
39-
console.error('balls2!', er)
4039
callback('Failed to download certificate at: ' + url.href +'. Error: ' + er)
4140
})
4241
}

0 commit comments

Comments
 (0)