Skip to content

Commit e4d5b8c

Browse files
committed
chore: remove echo
1 parent 41096b4 commit e4d5b8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/core-rpc-tools/dump-cli-help.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ OUT="${OUT:-dash-cli-help-$(date -u +%Y%m%dT%H%M%SZ).txt}" # Text output file
2626
OUT_JSONL="${OUT_JSONL:-dash-cli-help-$(date -u +%Y%m%dT%H%M%SZ).jsonl}" # JSONL output
2727
FORMAT_JSONL="${FORMAT_JSONL:-1}" # set to 0 to disable JSONL output
2828
# ------------------------------------------------------------------------------
29-
echo $CLI
30-
echo $NET_ARGS
3129

3230
# Split NET_ARGS into an array so empty/multiple flags work reliably
3331
read -r -a NET_ARR <<< "${NET_ARGS}"

0 commit comments

Comments
 (0)