snap indexing: less logs (#4877)

This commit is contained in:
Alex Sharov 2022-08-01 11:07:07 +07:00 committed by GitHub
parent bd4bed5933
commit a50d4c2852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -766,7 +766,6 @@ func BuildMissedIndices(ctx context.Context, dir string, chainID uint256.Int, tm
defer sem.Release(1)
defer wg.Done()
log.Log(log.LvlInfo, "[snapshots] Build missed indices", "type", t.String(), "from", sn.From, "to", sn.To)
if err := buildIdx(ctx, sn, chainID, tmpDir, lvl); err != nil {
errs <- err
}