I'm building a command line application with Node and would like to hide the console logs returned by the QuaggaJS library. Is there any intention to add some configuration parameter to disable these logs?
More specifically, I would like to hide the logs for line 4145 and 4254 of the ./quaggaJS/lib/quagga.js file. These 2 logs are always returned when the library runs successfully.