diff --git a/node/head_execute.go b/node/head_execute.go index bd8543a..1116812 100644 --- a/node/head_execute.go +++ b/node/head_execute.go @@ -158,7 +158,6 @@ func (n *Node) headExecute(ctx context.Context, requestID string, req execute.Re results = n.gatherExecutionResults(ctx, requestID, reportingPeers) - // log.Info().Any("results", results) log.Info().Int("cluster_size", len(reportingPeers)).Int("responded", len(results)).Msg("received execution responses") // How many results do we have, and how many do we expect.