mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
gc: remove leftover tracing
This commit is contained in:
parent
7f27dbfd15
commit
fc56055892
5
gc/gc.go
5
gc/gc.go
@ -73,11 +73,6 @@ func GC(ctx context.Context, bs bstore.GCBlockstore, dstor dstore.Datastore, pn
|
||||
|
||||
// The blockstore reports raw blocks. We need to remove the codecs from the CIDs.
|
||||
gcs = toRawCids(gcs)
|
||||
emark.Append(logging.LoggableMap{
|
||||
"blackSetSize": fmt.Sprintf("%d", gcs.Len()),
|
||||
})
|
||||
emark.Done()
|
||||
esweep := log.EventBegin(ctx, "GC.sweep")
|
||||
|
||||
keychan, err := bs.AllKeysChan(ctx)
|
||||
if err != nil {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user