Skip to content
Snippets Groups Projects
Commit 34c01fbd authored by Christian Pointner's avatar Christian Pointner
Browse files

remove stale TODO

parent fa2831fd
Branches
Tags
No related merge requests found
......@@ -90,7 +90,7 @@ func InstallHandler(r *mux.Router, st *store.Store, im *importer.SessionStore, i
r.NotFoundHandler = http.HandlerFunc(notFound)
r.MethodNotAllowedHandler = http.HandlerFunc(methodNotAllowed)
api := NewAPI(st, im, infoLog, errLog, dbgLog) // TODO logging
api := NewAPI(st, im, infoLog, errLog, dbgLog)
// Groups
r.Handle("/groups", api.ListGroups()).Methods("GET")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment