fix: remove unnecessary logs (#1725)

This commit is contained in:
Péter Garamvölgyi
2025-08-22 15:02:20 +02:00
committed by GitHub
parent 1f2b397bbd
commit a65b3066a3

View File

@@ -394,8 +394,6 @@ func (r *Layer2Relayer) ProcessPendingBatches() {
// return if not hitting target price
if skip {
log.Debug("Skipping batch submission", "first batch index", dbBatches[0].Index, "backlog count", backlogCount, "reason", err)
log.Debug("first batch index", dbBatches[0].Index)
log.Debug("backlog count", backlogCount)
return
}
if err != nil {