From 91bfc72a99477b6d611b13e225786e3ca7add10c Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 22 Dec 2017 06:09:33 -0600 Subject: Reduce logging data races, fix MySQL test race condition (#7994) * fix races * revert unintentional change * fix test as intended --- api4/user.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'api4/user.go') diff --git a/api4/user.go b/api4/user.go index 4f4185958..6cb064f8c 100644 --- a/api4/user.go +++ b/api4/user.go @@ -17,8 +17,6 @@ import ( ) func (api *API) InitUser() { - l4g.Debug(utils.T("api.user.init.debug")) - api.BaseRoutes.Users.Handle("", api.ApiHandler(createUser)).Methods("POST") api.BaseRoutes.Users.Handle("", api.ApiSessionRequired(getUsers)).Methods("GET") api.BaseRoutes.Users.Handle("/ids", api.ApiSessionRequired(getUsersByIds)).Methods("POST") -- cgit v1.2.3-1-g7c22