Removed un-necessary echo statement

This commit is contained in:
Tristan Ancelet 2023-12-06 11:32:11 -06:00
parent 5501e3fa57
commit 617326fd52

View File

@ -41,7 +41,6 @@ get_choices () {
} }
get_choice () { get_choice () {
echo "1: $1"
local PROMPT="$1" local PROMPT="$1"
local -n OUTPUT_VAR="$2" local -n OUTPUT_VAR="$2"
shift 2 shift 2