Skip to content

Commit

Permalink
Remove unnecessary commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Aug 19, 2024
1 parent ed1392e commit 7b62213
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions services/horizon/internal/ingest/fsm.go
Original file line number Diff line number Diff line change
Expand Up @@ -765,11 +765,6 @@ func (v verifyRangeState) run(s *system) (transition, error) {
"ledger": true,
"commit": true,
}).Info("Processing ledger")

if sequence == 52885867 || sequence == 52885868 {
log.Error("We are in the problem zone.")
}

startTime := time.Now()

if err = s.historyQ.Begin(s.ctx); err != nil {
Expand Down

0 comments on commit 7b62213

Please sign in to comment.