From 1174750e3cab894d944cc008c62204898e352a1c Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Mon, 8 Jul 2024 19:11:03 -0400 Subject: [PATCH] #93: Minor update to conversion script --- Scripts/convert_wav_to_flac.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/Scripts/convert_wav_to_flac.zsh b/Scripts/convert_wav_to_flac.zsh index 16c4049..a35e6e0 100755 --- a/Scripts/convert_wav_to_flac.zsh +++ b/Scripts/convert_wav_to_flac.zsh @@ -82,7 +82,6 @@ matched_files=( "$WORK_DIR"/*.wav ) # Check if any files were found if [[ ${#matched_files[@]} -gt 0 ]]; then echo "Files matching the pattern exist in the directory:" - # echo "${matched_files[@]}" else echo "No files matching the pattern were found." exit