I am pushing code to production that uses a package that calls console.log() every time I call a specific one of its functions.
This function gets called thousands of times simultaneously in my code and I do not want the logging to slow down the execution time or clutter the logs.
On local I have gone into the node module and commented the log out, but production is auto deployed and just runs npm install before running.
Is there a way for me to either comment out the line in production in a way that it will not come back every time it auto deploys or a way for me to ban console logs from the module?
https://stackoverflow.com/questions/66057767/how-to-remove-disable-console-log-from-a-node-module February 05, 2021 at 12:55PM
没有评论:
发表评论