I have many console.log
commands in a regras.js
file.
I would like to know if there is a way to disable% only in this file, since commenting on each console.log would be very time consuming, as there are many.
Notes:
I've already used this feature:
But it does not help me since it disables console.log
of all files.
console.log = function () {}