remove debug

This commit is contained in:
mfgbhatti 2022-02-12 14:39:34 +00:00
parent 10baa963dd
commit e4c6311387
1 changed files with 0 additions and 1 deletions

View File

@ -511,7 +511,6 @@ set_desktop() {
PS3="$PROMPT" PS3="$PROMPT"
select OPT in "${SELECTION[@]}"; do select OPT in "${SELECTION[@]}"; do
if elements_present "$OPT" "${SELECTION[@]}"; then if elements_present "$OPT" "${SELECTION[@]}"; then
echo "${SELECTION[0]}"
if [[ "$OPT" == "Default (KDE)" ]]; then if [[ "$OPT" == "Default (KDE)" ]]; then
set_option "DESKTOP" "default" set_option "DESKTOP" "default"
break break