Closed xrysanthos closed 6 years ago
I have the same issue here, I ship it to the browser but the console is flooded with warns.
Can I submit a PR for this? Do you want a switch or we can just remove them?
Switched to info statements. Hopes it helps :)
There are a number of console.warn() statements that screw up the logging flow of the integrating component. More specifically within the implementation of the Fuzzy.addDocument() method. Since console is a core JS module, the only way to bypass this effect is by short-wiring the warn() method.