From: data Date: Sun, 6 Nov 2005 23:37:32 +0000 (+0000) Subject: Removed decho calls, since we output the same info X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/0d45aa6607798d5370bdca967c2ea66c8b279e94?hp=70da1809aca6dce9afef70bd7c5e6cacce179e87 Removed decho calls, since we output the same info git-svn-id: http://abcde.googlecode.com/svn/trunk@158 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- diff --git a/abcde b/abcde index 701a988..8011749 100755 --- a/abcde +++ b/abcde @@ -3491,8 +3491,6 @@ fi if [ "$DOCLEAN" = "y" ] && [ ! "$FORCE" = "y" ]; then ENCODED_FORMATS=$(egrep "^encodetrack-(.{3,6})-(.{1,2})$" "$ABCDETEMPDIR/status" | cut -d"-" -f2 | sort -u | tr '\n' '|') MOVED_FORMATS=$(egrep "^movetrack-output-(.{3,6})$" "$ABCDETEMPDIR/status" | cut -d"-" -f3 | sort -u | tr '\n' '|') - decho [ENCODED_FORMATS] - decho [MOVED_FORMATS] if [ "$ENCODED_FORMATS" != "$MOVED_FORMATS" ]; then log warning "The encoded formats does not match with the moved ones" log warning "Formats encoded: $( echo $ENCODED_FORMATS | tr "|" " " )"