Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
h3lio5 committed Nov 30, 2023
1 parent c9e47dc commit 97e6707
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ defmodule LambdaEthereumConsensus.P2P.IncomingRequests.Handler do

count = length(body)

"[Received BlocksByRoot Request] requested #{count} number of blocks"
|> Logger.info()

count = min(count, ChainSpec.get("MAX_REQUEST_BLOCKS"))

Check warning on line 142 in lib/lambda_ethereum_consensus/p2p/incoming_requests/handler.ex

View workflow job for this annotation

GitHub Actions / Build project

variable "count" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)

Check warning on line 142 in lib/lambda_ethereum_consensus/p2p/incoming_requests/handler.ex

View workflow job for this annotation

GitHub Actions / Test

variable "count" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)

Check warning on line 142 in lib/lambda_ethereum_consensus/p2p/incoming_requests/handler.ex

View workflow job for this annotation

GitHub Actions / Run spec-tests (general)

variable "count" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)

Check warning on line 142 in lib/lambda_ethereum_consensus/p2p/incoming_requests/handler.ex

View workflow job for this annotation

GitHub Actions / Run spec-tests (general)

variable "count" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)

Check warning on line 142 in lib/lambda_ethereum_consensus/p2p/incoming_requests/handler.ex

View workflow job for this annotation

GitHub Actions / Run spec-tests (mainnet)

variable "count" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)

Check warning on line 142 in lib/lambda_ethereum_consensus/p2p/incoming_requests/handler.ex

View workflow job for this annotation

GitHub Actions / Run spec-tests (mainnet)

variable "count" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)

Check warning on line 142 in lib/lambda_ethereum_consensus/p2p/incoming_requests/handler.ex

View workflow job for this annotation

GitHub Actions / Run spec-tests (minimal)

variable "count" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)

Check warning on line 142 in lib/lambda_ethereum_consensus/p2p/incoming_requests/handler.ex

View workflow job for this annotation

GitHub Actions / Run spec-tests (minimal)

variable "count" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)

blocks =
Expand Down

0 comments on commit 97e6707

Please sign in to comment.