From 0d45aa6607798d5370bdca967c2ea66c8b279e94 Mon Sep 17 00:00:00 2001 From: data Date: Sun, 6 Nov 2005 23:37:32 +0000 Subject: [PATCH] Removed decho calls, since we output the same info git-svn-id: http://abcde.googlecode.com/svn/trunk@158 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- abcde | 2 -- 1 file changed, 2 deletions(-) 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 "|" " " )" -- 2.20.1