remove some debug output
[photo-tags.git] / 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
-        echo $file
-
         # handle white space in file names
         file=${file/file:\/\/$dbprefix/}
         file=${file//\%20/ }