I initialize sockjs-client like this:
sock = new SockJS(url,null,{transports:['xhr-polling']});
I want to disable console logging which I see in console:
sockjs.min.js:27 XHR finished loading: POST "https://...
sockjs.min.js:27 XHR finished loading: POST "https://...
How can I do this? PS: this question is different from this question, because I don't use STOMP.