Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Oct 2, 2023
1 parent b29af2d commit 75a0f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accountresolver/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func (f *mergeBlocksFile) process(ctx context.Context, sourceStore dstore.Store,
f.logger.Info("skip block", zap.Uint64("slot", blk.Slot))
continue
}
fmt.Println("mergeBlocksFile : pushing block", blk.Slot)

f.blockChan <- blk
}
}
Expand Down

0 comments on commit 75a0f65

Please sign in to comment.