From 8005911ff6922d896a4a34192a4b0b0d5ade002f Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Tue, 28 Jun 2016 15:10:50 -0400 Subject: Syncronization interval now set on config save. (#3421) --- mattermost.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mattermost.go') diff --git a/mattermost.go b/mattermost.go index bdfa55d9a..4cca4c200 100644 --- a/mattermost.go +++ b/mattermost.go @@ -133,10 +133,6 @@ func main() { complianceI.StartComplianceDailyJob() } - if ldapI := einterfaces.GetLdapInterface(); ldapI != nil { - ldapI.StartLdapSyncJob() - } - // wait for kill signal before attempting to gracefully shutdown // the running service c := make(chan os.Signal) -- cgit v1.2.3-1-g7c22