Skip to content

Commit 242bebc

Browse files
committed
Remove a chatty log line
1 parent 24e2871 commit 242bebc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/block/fetcher.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,9 +338,6 @@ func (f *ConcurrentLister) GetActiveAndPartialBlockIDs(ctx context.Context, ch c
338338
if !ok {
339339
return nil
340340
}
341-
if f.logger != nil {
342-
level.Info(f.logger).Log("msg", "concurrent block lister found block", "block", id)
343-
}
344341
select {
345342
case <-gCtx.Done():
346343
return gCtx.Err()

0 commit comments

Comments
 (0)