Merge pull request #874 from filecoin-project/misc/delete-sync-time

Remove sync time
This commit is contained in:
Łukasz Magiera 2019-12-11 22:05:26 +01:00 committed by GitHub
commit a8734ad481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()