From fc560558922fe82e1fa7ffe8d0e0e739309684cf Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Fri, 28 Feb 2020 14:14:33 +0100 Subject: [PATCH] gc: remove leftover tracing --- gc/gc.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gc/gc.go b/gc/gc.go index 7848d8e4a..25db34772 100644 --- a/gc/gc.go +++ b/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 {