summaryrefslogtreecommitdiffstats
path: root/app/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.go')
-rw-r--r--app/app.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/app.go b/app/app.go
index 1289e4a6d..eaaf9acee 100644
--- a/app/app.go
+++ b/app/app.go
@@ -102,8 +102,6 @@ func (a *App) initEnterprise() {
if err := utils.ValidateLdapFilter(cfg, a.Ldap); err != nil {
panic(utils.T(err.Id))
}
-
- a.Ldap.StartLdapSyncJob()
})
}
if metricsInterface != nil {