From eb2131c05141d21f140c32ff4c70a43d46236e30 Mon Sep 17 00:00:00 2001 From: tomasarrachea Date: Tue, 12 Nov 2024 17:12:04 -0300 Subject: [PATCH] remove comment --- services/bls_aggregation/blsagg.go | 1 - 1 file changed, 1 deletion(-) diff --git a/services/bls_aggregation/blsagg.go b/services/bls_aggregation/blsagg.go index e70e7d06..ca6ada0c 100644 --- a/services/bls_aggregation/blsagg.go +++ b/services/bls_aggregation/blsagg.go @@ -406,7 +406,6 @@ func (a *BlsAggregatorService) singleTaskAggregatorGoroutineFunc( ), } } else { - // The operator has already signed on this digest a.logger.Debug("Task goroutine updating existing aggregated operator signatures", "taskIndex", taskIndex, "taskResponseDigest", taskResponseDigest)