Skip to content

Commit

Permalink
log removed
Browse files Browse the repository at this point in the history
  • Loading branch information
srene committed Nov 19, 2024
1 parent 113fec4 commit 8b284c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion block/submit.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ func SubmitLoopInner(
if done || nothingToSubmit || (lastSubmissionIsRecent && maxDataNotExceeded) {
break
}
logger.Error("done", done, "nothingToSubmit", nothingToSubmit, "lastSubmissionIsRecent", lastSubmissionIsRecent, "maxDataNotExceeded", maxDataNotExceeded, "skewtime", skewTime, "batchTime", maxBatchTime, "pending", pending)

nConsumed, err := createAndSubmitBatch(maxBatchBytes)
if err != nil {
Expand Down

0 comments on commit 8b284c3

Please sign in to comment.