diff --git a/services/horizon/internal/ingest/fsm.go b/services/horizon/internal/ingest/fsm.go index 8220942e73..c165faf371 100644 --- a/services/horizon/internal/ingest/fsm.go +++ b/services/horizon/internal/ingest/fsm.go @@ -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 {