summaryrefslogtreecommitdiffstats
path: root/webapp/src/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/main.js')
-rw-r--r--webapp/src/main.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webapp/src/main.js b/webapp/src/main.js
index 5b921e0..97f8a15 100644
--- a/webapp/src/main.js
+++ b/webapp/src/main.js
@@ -68,7 +68,6 @@ axios.interceptors.response.use(null, error => {
return Promise.reject(error)
})
-
const socket = io({
autoConnect: false,
transports: ['websocket']