Change log level of SocketIO

This commit is contained in:
Oliver-Akins 2020-10-05 22:52:38 -06:00
parent aed8bd128f
commit fc5efdc118

View file

@ -25,7 +25,7 @@ window.history.pushState({}, ``, `/?${qs.toString()}`)
Vue.use(Clipboard);
Vue.use(new VueSocketIO({
debug: true,
debug: false,
connection: ws_uri
}))