summaryrefslogtreecommitdiffstats
path: root/api4/system.go
diff options
context:
space:
mode:
Diffstat (limited to 'api4/system.go')
-rw-r--r--api4/system.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/api4/system.go b/api4/system.go
index 93e9ddcd2..c87527ff0 100644
--- a/api4/system.go
+++ b/api4/system.go
@@ -16,8 +16,6 @@ import (
)
func (api *API) InitSystem() {
- l4g.Debug(utils.T("api.system.init.debug"))
-
api.BaseRoutes.System.Handle("/ping", api.ApiHandler(getSystemPing)).Methods("GET")
api.BaseRoutes.ApiRoot.Handle("/config", api.ApiSessionRequired(getConfig)).Methods("GET")