Less verbose when choosing apps

This commit is contained in:
Bob Mottram 2017-06-16 16:13:38 +01:00
parent 301c293ced
commit 93f3cefcfd
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ function choose_apps_for_variant {
"${variants_list}" == *" $variant_name "* || \
"${variants_list}" == *" $variant_name" ]]; then
if [[ $(app_is_removed ${a}) == "0" ]]; then
echo $"${app_name} chosen"
#echo $"${app_name} chosen"
APPS_CHOSEN+=("1")
else
APPS_CHOSEN+=("0")