Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When loading external data, console says: XHR finished loading

Is there a way to hide the "XHR finished loading" messages in the console?

like image 369
Kriem Avatar asked Apr 06 '12 09:04

Kriem


2 Answers

Yes, open the contextmenu in the console, and remove the check at Log XMLHttpRequests.

You can still inspect the network traffic at the Network tab.

like image 110
Rob W Avatar answered Sep 18 '22 17:09

Rob W


There is some workaround posted in chromium issue tracker http://code.google.com/p/chromium/issues/detail?id=15472

Which version of chrome you are using? In my console there is checkbox to enable or diable log XMLHTTPRequests I am using 17.0.963.79

like image 28
Sandeep Manne Avatar answered Sep 19 '22 17:09

Sandeep Manne