Remove sync time

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2019-12-11 22:03:53 +01:00
parent f77fe9ed89
commit ae2a694dcb
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

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