webrecorder / warcio.js

JS Streaming WARC IO optimized for Browser and Node
MIT License
30 stars 6 forks source link

console.log / console.warn calls #51

Open matteocargnelutti opened 1 year ago

matteocargnelutti commented 1 year ago

There are a couple of console calls in warcio.js' codebase that make it difficult to keep the verbosity of software using it under control.

It would be awesome if these calls were either removed or put behind a verbose flag. I see that some tests check for console.warn calls, so maybe the latter option would be easier to adopt?

Cheers.