@cryptotaxi247 / kubo / commits / fc5605589

gc: remove leftover tracing

Hector Sanjuan committed Feb 28, 2020 at 14:14 UTC fc560558922fe82e1fa7ffe8d0e0e739309684cf
1 file changed -5
gc/gc.go
-5
@@ -73,11 +73,6 @@ func GC(ctx context.Context, bs bstore.GCBlockstore, dstor dstore.Datastore, pn
73
74 // The blockstore reports raw blocks. We need to remove the codecs from the CIDs.
75 gcs = toRawCids(gcs)
76 - emark.Append(logging.LoggableMap{
77 - "blackSetSize": fmt.Sprintf("%d", gcs.Len()),
78 - })
79 - emark.Done()
80 - esweep := log.EventBegin(ctx, "GC.sweep")
76
77 keychan, err := bs.AllKeysChan(ctx)
78 if err != nil {