diff --git a/audio2tonie.sh b/audio2tonie.sh index 9a70154..a28c1de 100755 --- a/audio2tonie.sh +++ b/audio2tonie.sh @@ -26,7 +26,6 @@ elif [[ "$SOURCE" == *.* ]]; then count=1 else if [[ $RECURSIVE ]]; then - echo "Transcoding recursive, ignoring output-filename" echo $SEPARATOR for d in $SOURCE/*/ ; do DIRNAME=$(basename "$d")