Is there any way to turn off all console.log statements in my JavaScript code, for testing purposes?
I developed a library for this usecase: https://github.com/sunnykgupta/jsLogger
Features:
log, warn, error, info.Is open for modifications and will be updated whenever new suggestions come up.