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 --- api/team.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'api/team.go') diff --git a/api/team.go b/api/team.go index ce58aaaa5..48377f970 100644 --- a/api/team.go +++ b/api/team.go @@ -10,7 +10,6 @@ import ( "strconv" "strings" - l4g "github.com/alecthomas/log4go" "github.com/gorilla/mux" "github.com/mattermost/mattermost-server/model" @@ -18,8 +17,6 @@ import ( ) func (api *API) InitTeam() { - l4g.Debug(utils.T("api.team.init.debug")) - api.BaseRoutes.Teams.Handle("/create", api.ApiUserRequired(createTeam)).Methods("POST") api.BaseRoutes.Teams.Handle("/all", api.ApiUserRequired(getAll)).Methods("GET") api.BaseRoutes.Teams.Handle("/all_team_listings", api.ApiUserRequired(GetAllTeamListings)).Methods("GET") -- cgit v1.2.3-1-g7c22