Skip to content

Commit

Permalink
remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
zees-dev committed Sep 13, 2024
1 parent 0a0790f commit 9eb92f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/head_execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9eb92f8

Please sign in to comment.