remove some debug output
authorArun Persaud <arun@nubati.net>
Wed, 23 Nov 2011 05:04:33 +0000 (21:04 -0800)
committerArun Persaud <apersaud@lbl.gov>
Wed, 23 Nov 2011 05:04:33 +0000 (21:04 -0800)
create_thumbnails.sh

index 2aa23ac6e1e645f4c6dc78c62f79fa1b73350786..61745386e441d6e4c2c9047388be5776c6cd6877 100755 (executable)
@@ -62,8 +62,6 @@ while [ $done -lt 200 ] ; do
    if [ "x$FILES" != "x" ] ; then
      #found some files, process them
      for file in $FILES; 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/ }
         # handle white space in file names
         file=${file/file:\/\/$dbprefix/}
         file=${file//\%20/ }