From fee7e6150231eead718f308fd9a14af3a1d95192 Mon Sep 17 00:00:00 2001 From: Ola Date: Sun, 3 Nov 2024 11:31:05 +0100 Subject: [PATCH] remove debug line --- scripts/cnode-helper-scripts/cntools.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/cnode-helper-scripts/cntools.sh b/scripts/cnode-helper-scripts/cntools.sh index 444c33ab5..e30763388 100755 --- a/scripts/cnode-helper-scripts/cntools.sh +++ b/scripts/cnode-helper-scripts/cntools.sh @@ -4196,7 +4196,6 @@ function main { [[ $i -eq 0 ]] && anchor_label="Anchor URL" || anchor_label="" printf "| %-13s : ${FG_LGRAY}%-${max_len}s${NC} |\n" "${anchor_label}" "${anchor_url_arr[$i]}" done - printf "| %-13s : ${FG_LGRAY}%-${max_len}s${NC} |\n" "Anchor URL" "${anchor_url_arr[0]}" three_col_width=$(( max_len / 3 )) three_col_start=18 three_col_2_start=$(( three_col_start + three_col_width ))