Prevent Google Chrome Log XMLHttpRequest
The logging entry in chrome's console is a behavior of chrome when any HTTP request
is handled, not a problem with jQuery or ajax(XMLHttpRequest), even an <img>
or <link>
tag could cause this issue.
Give This a try though
Open Developer console. Open settings from kebab menu. Under Console, there is an option to disable logging XMLHttpRequest.
You can turn this off in the Developer Console settings. Click the three dots in the upper right hand corner of the tools, go to settings and disable Log XHR requests