Writing console log statements for debugging the application run time by developers are very common and often times we tend to remove the console log statements from the application that will gradually gets deployed to production. This scenario mostly happens when there are a handful of developers who work on the same project but on different features/ bug fixes. This…