Skip to content

Commit 4ee4354

Browse files
committed
remove debug log
1 parent adddf8b commit 4ee4354

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

block/internal/submitting/submitter.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ func (s *Submitter) processDAInclusionLoop() {
331331

332332
// Check if this height is DA included
333333
if included, err := s.IsHeightDAIncluded(nextHeight, header, data); err != nil || !included {
334-
s.logger.Debug().Uint64("height", nextHeight).Msg("height not yet DA included")
335334
break
336335
}
337336

0 commit comments

Comments
 (0)