comment out console.error #1

Open
Ghost wants to merge 1 commits from (deleted):no-console-error into master
First-time contributor

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.

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.
Owner

This is in at https://github.com/therootcompany/asn1.js

I need to go back and make this repo to be a pull mirror.

This is in at https://github.com/therootcompany/asn1.js I need to go back and make this repo to be a pull mirror.
This pull request is broken due to missing fork information.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coolaj86/asn1.js#1
No description provided.