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