README
@brillout/trace-logs
You are having a pesting console.log('...') somewhere in your code but can't find where?
Include require('@brillout/trace-logs')() or require('@brillout/trace-logs')({onlyLastCallSite: false}) to get the stack trace of every console.log call.
Install with npm i --no-save @brillout/track-logs.