XHR finished loading [...] log message
I get a JavaScript console log message each time an Ajax request finishes loading; the issue is demonstrated in the attached screenshot.
I don't know how I activated this logging. How to deactivate it? I'm on ExtJS 4.1.
It's not an extjs issue! You click on the gear icon in the right bottom corner and uncheck Log XMLHttpRequests.
more recent (Chrome 55): open the console, right click the open area, uncheck "Log XMLHttpRequests". OR click the vertical "..." in the top right, go to settings, and uncheck "Log XMLHttpRequests" under the "Console" header.
recent screenshot:
older screenshot:
even older screenshot:
The correct answer belongs to VDP, but I think is about a older Chrome so in my latest
Chrome version is a little bit different the process to hide that requests...
- Open the developer console
- Click the console settings like shows the image
- Then deactivate the option Log
- Refresh the page
- If is still showing the requests, deactivate some chrome extension of yours and refresh again.