MetinSeylan / Vue-Socket.io

😻 Socket.io implementation for Vuejs and Vuex
https://metin.sh
MIT License
3.95k stars 496 forks source link

How can I hide the console.info messages ? #305

Closed jossephalvarez closed 3 years ago

jossephalvarez commented 3 years ago

Hello guys. I would like to hide the messages console.info.

I've tried using : debug: false, on options but it can't do it.

Could someone help me ?

Screenshot_1

jossephalvarez commented 3 years ago

Sorry, I had forgotten change the option debug:false on another file(singleSpaEntry.js) because I'm using micro frontends architecture.