Change log level of SocketIO
This commit is contained in:
parent
aed8bd128f
commit
fc5efdc118
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ window.history.pushState({}, ``, `/?${qs.toString()}`)
|
|||
|
||||
Vue.use(Clipboard);
|
||||
Vue.use(new VueSocketIO({
|
||||
debug: true,
|
||||
debug: false,
|
||||
connection: ws_uri
|
||||
}))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue