From 1fb360716597635aa173c530875e4db9344d9a78 Mon Sep 17 00:00:00 2001
From: Hyperling <me@hyperling.com>
Date: Sun, 13 Apr 2025 11:38:07 -0700
Subject: [PATCH] Remove test code.

---
 refactor_music_library.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/refactor_music_library.sh b/refactor_music_library.sh
index 94563f7..f4b6216 100755
--- a/refactor_music_library.sh
+++ b/refactor_music_library.sh
@@ -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