From ae0b914f87744c44b08a12ee25972c1f088d77ec Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Wed, 29 Sep 2021 19:27:40 -0400 Subject: [PATCH] removed extraction service debugging --- scripts/extract_new_birdsounds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/extract_new_birdsounds.sh b/scripts/extract_new_birdsounds.sh index d9644ca..9dd4967 100755 --- a/scripts/extract_new_birdsounds.sh +++ b/scripts/extract_new_birdsounds.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Exit when any command fails -set -x +#set -x set -e # Keep track of the last executed command trap 'last_command=$current_command; current_command=$BASH_COMMAND' DEBUG