From 16c61fcc4861239d492196db6d45ff3eec46be5b Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Sat, 9 Oct 2021 10:02:44 -0400 Subject: [PATCH] removed debugging --- scripts/extract_new_birdsounds.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/extract_new_birdsounds.sh b/scripts/extract_new_birdsounds.sh index f12635b..43cea58 100755 --- a/scripts/extract_new_birdsounds.sh +++ b/scripts/extract_new_birdsounds.sh @@ -149,12 +149,10 @@ for h in "${SCAN_DIRS[@]}";do "${NEWSPECIES_BYDATE}/${a}-${NEWFILE}" # Create spectrogram for extraction - set -x sox "${NEWSPECIES_BYDATE}/${a}-${NEWFILE}" -n spectrogram \ -t "${COMMON_NAME}" \ -c "${NEWSPECIES_BYDATE}/${a}-${NEWFILE}" \ -o "${NEWSPECIES_BYDATE}/${a}-${NEWFILE}.png" - set +x # Remove the oldest symbolic links that would make the directory have more # than 20 entries.