summaryrefslogtreecommitdiffstats
path: root/api/websocket.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/websocket.go')
-rw-r--r--api/websocket.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/websocket.go b/api/websocket.go
index 518f81d58..0da18d896 100644
--- a/api/websocket.go
+++ b/api/websocket.go
@@ -13,7 +13,6 @@ import (
)
func (api *API) InitWebSocket() {
- l4g.Debug(utils.T("api.web_socket.init.debug"))
api.BaseRoutes.Users.Handle("/websocket", api.ApiAppHandlerTrustRequester(connect)).Methods("GET")
}