auth: cleanup saveConsistentIndex in NewAuthStore

release-3.5
tangcong 2020-03-03 17:38:37 +08:00
parent ebe256d61c
commit 0d084d3a08
1 changed files with 0 additions and 1 deletions

View File

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