Skip to content

Commit

Permalink
fix one breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
danwt committed May 16, 2024
1 parent ad7c279 commit 448db03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions block/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ func (m *Manager) syncBlockManager() error {
return err
}

m.logger.Info("Synced.", "current height", m.Store.Height(), "last submitted height", m.LastSubmittedHeight)
m.logger.Info("Synced.", "current height", m.State.Height(), "syncTarget", m.SyncTarget.Load())
m.logger.Info("Synced.", "current height", m.State.Height(), "last submitted height", m.LastSubmittedHeight)
return nil
}

0 comments on commit 448db03

Please sign in to comment.