diff --git a/auth/store.go b/auth/store.go index 44b04de06..a3c46b188 100644 --- a/auth/store.go +++ b/auth/store.go @@ -968,7 +968,6 @@ func NewAuthStore(be backend.Backend, tp TokenProvider) *authStore { if as.Revision() == 0 { as.commitRevision(tx) - as.saveConsistentIndex(tx) } as.setupMetricsReporter()