Forgot to remove debug statement.

This commit is contained in:
stormdragon2976 2023-05-01 02:40:50 -04:00
parent cf85fef828
commit b79c72314b
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ set_voice() {
local fullVoice
local counter=0
for x in "${voiceList[@]}" ; do
echo "$x == $tmp"
[[ "$x" = "$tmp" ]] && break
counter=$(( $counter + 1 ))
done