From 36bcd32844666ba84b2947387ce195c25d87fadd Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Tue, 22 Nov 2011 21:04:33 -0800 Subject: [PATCH] remove some debug output --- create_thumbnails.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/create_thumbnails.sh b/create_thumbnails.sh index 2aa23ac..6174538 100755 --- a/create_thumbnails.sh +++ b/create_thumbnails.sh @@ -62,8 +62,6 @@ while [ $done -lt 200 ] ; do if [ "x$FILES" != "x" ] ; then #found some files, process them for file in $FILES; do - echo $file - # handle white space in file names file=${file/file:\/\/$dbprefix/} file=${file//\%20/ } -- 2.25.1