Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Jan 22, 2024
1 parent 9ac0c52 commit 6cb07cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/puller/puller.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,6 @@ func (p *Puller) syncPeerBin(parentCtx context.Context, peer *syncPeer, bin uint
p.metrics.SyncedCounter.WithLabelValues("live").Add(float64(count))
}

fmt.Println("isHistorical", isHistorical, "start", s, "top", top, err)

if top >= s {
if err := p.addPeerInterval(address, bin, s, top); err != nil {
p.metrics.SyncWorkerErrCounter.Inc()
Expand Down

0 comments on commit 6cb07cc

Please sign in to comment.