Remove test code.

This commit is contained in:
Hyperling 2025-04-13 11:38:07 -07:00
parent 6c4d752e92
commit 1fb3607165

View File

@ -285,8 +285,6 @@ find "$OLD_DIR" -type f ! -name "*".$EXT | sort | while read non_mp3; do
migrate_music "$temp_file" $cmd
echo "** Removing original."
echo "$temp_file"
echo "$non_mp3"
if [[ -d ~/TRASH ]]; then
mv -v "$non_mp3" ~/TRASH/
else