Skip to content

Commit 78d375c

Browse files
committed
remove comment and update debug log
1 parent 8e73552 commit 78d375c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

block/internal/syncing/syncer.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,7 @@ func (s *Syncer) fetchDAUntilCaughtUp() error {
320320

321321
if len(events) == 0 {
322322
// This can happen if RetrieveFromDA returns no events and no error.
323-
s.logger.Debug().Uint64("da_height", daHeight).Msg("no events returned from DA, but no error either. Backing off.")
324-
// return fmt.Errorf("no events returned from DA for height %d", daHeight)
323+
s.logger.Debug().Uint64("da_height", daHeight).Msg("no events returned from DA, but no error either.")
325324
}
326325

327326
// Process DA events

0 commit comments

Comments
 (0)