diff --git a/clients/reth/reth.sh b/clients/reth/reth.sh index 2723b10030..0465965e93 100644 --- a/clients/reth/reth.sh +++ b/clients/reth/reth.sh @@ -84,7 +84,6 @@ set +ex # Load the test chain if present echo "Loading initial blockchain..." if [ -f /chain.rlp ]; then - echo "Loading initial blockchain..." RUST_LOG=info $reth import $FLAGS /chain.rlp else echo "Warning: chain.rlp not found."