ageitgey / node-unfluff

Automatically extract body content (and other cool stuff) from an html document
Apache License 2.0
2.15k stars 221 forks source link

Change the console.error to a opt in/out verbose mode. #88

Open mikuhl-dev opened 6 years ago

mikuhl-dev commented 6 years ago

For example on https://github.com/ageitgey/node-unfluff/blob/master/src/stopwords.coffee#L16 I get this logged to my console on certain webpages, It's not necessarily a major error, so I would like to not see it fill up my console.

mikuhl-dev commented 6 years ago

Still having this problem.