Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
Scitz0 committed Nov 3, 2024
1 parent 91e06b7 commit fee7e61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/cnode-helper-scripts/cntools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ))
Expand Down

0 comments on commit fee7e61

Please sign in to comment.