diff --git a/auth/store.go b/auth/store.go index 9239af7b8..4c7678fc6 100644 --- a/auth/store.go +++ b/auth/store.go @@ -1178,7 +1178,6 @@ func NewAuthStore(lg *zap.Logger, be backend.Backend, tp TokenProvider, bcryptCo if as.Revision() == 0 { as.commitRevision(tx) - as.saveConsistentIndex(tx) } as.setupMetricsReporter()