remove debugger

This commit is contained in:
inxi-svn 2008-11-21 01:26:36 +00:00
parent adfef6c479
commit f01fd145ca

2
inxi
View file

@ -1083,7 +1083,7 @@ get_audio_data()
} }
}') ) }') )
echo ${A_AUDIO_DATA[@]} # echo ${A_AUDIO_DATA[@]}
# c=gensub( /^ *vendor: (.+) +model: (.+) +rev:.*$/, "\\2", "g", a[i] ) # c=gensub( /^ *vendor: (.+) +model: (.+) +rev:.*$/, "\\2", "g", a[i] )
# in case of failure of first check do this instead # in case of failure of first check do this instead
if [[ ${#A_AUDIO_DATA[@]} -eq 0 && -f /proc/asound/cards ]];then if [[ ${#A_AUDIO_DATA[@]} -eq 0 && -f /proc/asound/cards ]];then