When loading external data, console says: XHR finished loading

ajax, console, google-chrome, google-chrome-devtools, xmlhttprequest

Solution

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.

Problem

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

Original source