Skip to content

Commit a65b306

Browse files
authored
fix: remove unnecessary logs (#1725)
1 parent 1f2b397 commit a65b306

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rollup/internal/controller/relayer/l2_relayer.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,6 @@ func (r *Layer2Relayer) ProcessPendingBatches() {
394394
// return if not hitting target price
395395
if skip {
396396
log.Debug("Skipping batch submission", "first batch index", dbBatches[0].Index, "backlog count", backlogCount, "reason", err)
397-
log.Debug("first batch index", dbBatches[0].Index)
398-
log.Debug("backlog count", backlogCount)
399397
return
400398
}
401399
if err != nil {

0 commit comments

Comments
 (0)