auth: cleanup saveConsistentIndex in NewAuthStore

This commit is contained in:
tangcong 2020-03-03 17:38:37 +08:00
parent e7291a1dab
commit acd9422459

View File

@ -968,7 +968,6 @@ func NewAuthStore(be backend.Backend, tp TokenProvider) *authStore {
if as.Revision() == 0 {
as.commitRevision(tx)
as.saveConsistentIndex(tx)
}
as.setupMetricsReporter()