Skip to content

Commit e27f612

Browse files
committed
Remove unused option.
1 parent 2b1f368 commit e27f612

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/asn1.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,6 @@ function _fromDer(bytes, remaining, depth, options) {
566566
start = bytes.length();
567567
var subOptions = {
568568
// enforce strict mode to avoid parsing ASN.1 from plain data
569-
verbose: options.verbose,
570569
strict: true,
571570
decodeBitStrings: true
572571
};

0 commit comments

Comments
 (0)