From ae2a694dcb129c3c52c82acfee59e4407a945be8 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Wed, 11 Dec 2019 22:03:53 +0100 Subject: [PATCH] Remove sync time License: MIT Signed-off-by: Jakub Sztandera --- chain/sync.go | 1 - 1 file changed, 1 deletion(-) diff --git a/chain/sync.go b/chain/sync.go index e761167eb..b65341825 100644 --- a/chain/sync.go +++ b/chain/sync.go @@ -362,7 +362,6 @@ func (syncer *Syncer) tryLoadFullTipSet(cids []cid.Cid) (*store.FullTipSet, erro } func (syncer *Syncer) Sync(ctx context.Context, maybeHead *types.TipSet) error { - log.Info("SYNC TIME: ", maybeHead.Cids()) ctx, span := trace.StartSpan(ctx, "chain.Sync") defer span.End()