summaryrefslogtreecommitdiffstats
path: root/mattermost.go
diff options
context:
space:
mode:
Diffstat (limited to 'mattermost.go')
-rw-r--r--mattermost.go4
1 files changed, 0 insertions, 4 deletions
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)