Skip to content

Commit

Permalink
redundant log removed
Browse files Browse the repository at this point in the history
  • Loading branch information
srene committed May 16, 2024
1 parent 5370ea5 commit be005a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions block/retriever.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ func (m *Manager) syncUntilTarget(targetHeight uint64) error {

}

m.logger.Info("Synced", "store height", m.State.Height(), "target height", targetHeight)

err := m.attemptApplyCachedBlocks()
if err != nil {
m.logger.Error("Attempt apply cached blocks.", "err", err)
Expand Down

0 comments on commit be005a5

Please sign in to comment.