Removed un-necessary echo statement
This commit is contained in:
@@ -41,7 +41,6 @@ get_choices () {
|
||||
}
|
||||
|
||||
get_choice () {
|
||||
echo "1: $1"
|
||||
local PROMPT="$1"
|
||||
local -n OUTPUT_VAR="$2"
|
||||
shift 2
|
||||
|
Reference in New Issue
Block a user