Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable console.trace tree in Chrome?

I remember that I've somewhere in chrome console options, enabled trace console (if i correctly remember).

Now, i notice that in console i have huge unfolded logs like: enter image description here

that junk info takes my whole window, and it's annoying. How can I remove them? (btw, i think that manual recreation of console.log()=null is not solution).

like image 421
T.Todua Avatar asked Feb 16 '18 10:02

T.Todua


1 Answers

You can filter specific messages (e.g. hide) by right click on the little arrow in front of, in your example, console.trace. the first option in the menu will be to hide all messages from JQMIRATE. After selecting this option you will not see anymore these pesty messages.

like image 174
Yogi Avatar answered Sep 22 '22 16:09

Yogi