Skip to content

Commit

Permalink
rm logs
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx committed Oct 8, 2024
1 parent 6dd35d9 commit 982c117
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/snaptype/bsc_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ var (
LessFalsePositives: true,
}
if err := snaptype.BuildIndex(ctx, info, cfg, log.LvlDebug, p, func(idx *recsplit.RecSplit, i, offset uint64, word []byte) error {
if i%20_000 == 0 {
logger.Log(lvl, "Generating idx for %s", info.Type.Name(), "progress", i)
}
p.Processed.Add(1)
n := binary.PutUvarint(num, i)
if err := idx.AddKey(num[:n], offset); err != nil {
Expand Down

0 comments on commit 982c117

Please sign in to comment.