For debugging our angular application the greater part of us compose console.log to see the values of a given item or variable, which help us to examine the qualities and troubleshoot a particular square of code. In any case, we needn't bother with this reassure log to be delivered underway form/condition, since it may be risky to log basic data for example at some point application_key, token or some client's data. And furthermore logging an excessive number of data to program's comfort utilizes huge program asset and can make program or page a piece more slow to react and can impede UX.
Evacuating console.log/console.warn/console.info from code.
We can supplant the console.log from code physically it would be a piece time taking. We can likewise utilize "supplant in-record" or comparable hub bundle and set up this in fabricate task. this technique will diminish the construct size also.
Supersede default usage of console.log, console.warn and console.info capacity of window object of program.