2

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.

Community
  • 1
  • 1
Stepan Yakovenko
  • 8,670
  • 28
  • 113
  • 206

0 Answers0