Skip to content

Commit aa72c1e

Browse files
authored
Update fetcher.go
Signed-off-by: HC Zhu (Databricks) <[email protected]>
1 parent 9bb3435 commit aa72c1e

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
@@ -263,9 +263,6 @@ func (f *RecursiveLister) GetActiveAndPartialBlockIDs(ctx context.Context, ch ch
263263
}
264264
return nil
265265
}, objstore.WithRecursiveIter())
266-
if f.logger != nil {
267-
level.Info(f.logger).Log("msg", "recursive block lister ended", "duration", time.Since(start))
268-
}
269266
return partialBlocks, err
270267
}
271268

0 commit comments

Comments
 (0)