summaryrefslogtreecommitdiffstats
path: root/wsapi/system.go
diff options
context:
space:
mode:
Diffstat (limited to 'wsapi/system.go')
-rw-r--r--wsapi/system.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/wsapi/system.go b/wsapi/system.go
index 6959106d6..c3ee8e2a0 100644
--- a/wsapi/system.go
+++ b/wsapi/system.go
@@ -4,14 +4,10 @@
package wsapi
import (
- l4g "github.com/alecthomas/log4go"
"github.com/mattermost/mattermost-server/model"
- "github.com/mattermost/mattermost-server/utils"
)
func (api *API) InitSystem() {
- l4g.Debug(utils.T("wsapi.system.init.debug"))
-
api.Router.Handle("ping", api.ApiWebSocketHandler(ping))
}