From 617326fd526eec708aa255b9370c8fe9caafbb3e Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Wed, 6 Dec 2023 11:32:11 -0600 Subject: [PATCH] Removed un-necessary echo statement --- bare-arch-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bare-arch-install.sh b/bare-arch-install.sh index cd78ba1..f578385 100755 --- a/bare-arch-install.sh +++ b/bare-arch-install.sh @@ -41,7 +41,6 @@ get_choices () { } get_choice () { - echo "1: $1" local PROMPT="$1" local -n OUTPUT_VAR="$2" shift 2