We can add an ability to ignore a 'console.log' when you write something like this: ``` console.log("This is the most important log") // remove-log-ignore ```
We can add an ability to ignore a 'console.log' when you write something like this: