This package logs to the console. This is disturbing when my own code uses the console, too.
Firstly, there are a number of intentional calls to console.log in index.js. Would it be possible to remove them or else make them opt-in?
Secondly, there are two warnings being logged. These are probably unintended. Would it be possible to fix them?
- index.js:9 prints writeStringToMemory is deprecated and should not be called! Use stringToUTF8() instead!
- index.js:45 prints random_device
This package logs to the console. This is disturbing when my own code uses the console, too.
Firstly, there are a number of intentional calls to
console.login index.js. Would it be possible to remove them or else make them opt-in?Secondly, there are two warnings being logged. These are probably unintended. Would it be possible to fix them?