comment out console.error #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "(deleted):no-console-error"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have been using
@root/asn1
to parse the ASN.1 structure of ECDSA signature.My unit test includes a scenario that tries to verify a corrupted signature, but I found this library is printing to the console.
https://travis-ci.com/github/yoursunny/NDNts/jobs/344524703#L1093-L1139
Corrupted signatures could occur in real applications too.
This commit comments out this debug statement, to keep the console clean.
This is in at https://github.com/therootcompany/asn1.js
I need to go back and make this repo to be a pull mirror.