From 8b284c3e4f04fc597b098f69f574a0a8f52f7cf6 Mon Sep 17 00:00:00 2001 From: Sergi Rene Date: Tue, 19 Nov 2024 16:34:08 +0100 Subject: [PATCH] log removed --- block/submit.go | 1 - 1 file changed, 1 deletion(-) diff --git a/block/submit.go b/block/submit.go index 84950113b..4f5f145f6 100644 --- a/block/submit.go +++ b/block/submit.go @@ -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 {