summaryrefslogtreecommitdiffstats
path: root/api4/websocket.go
diff options
context:
space:
mode:
Diffstat (limited to 'api4/websocket.go')
-rw-r--r--api4/websocket.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/api4/websocket.go b/api4/websocket.go
index 6465e49e9..7ea19224b 100644
--- a/api4/websocket.go
+++ b/api4/websocket.go
@@ -13,8 +13,6 @@ import (
)
func (api *API) InitWebSocket() {
- l4g.Debug(utils.T("api.web_socket.init.debug"))
-
api.BaseRoutes.ApiRoot.Handle("/websocket", api.ApiHandlerTrustRequester(connectWebSocket)).Methods("GET")
}