Skip to content
Snippets Groups Projects
Commit 93f3cefc authored by Bob Mottram's avatar Bob Mottram
Browse files

Less verbose when choosing apps

parent 301c293c
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment