summaryrefslogtreecommitdiffstats
path: root/create_thumbnails.sh
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2011-11-22 21:04:33 -0800
committerArun Persaud <apersaud@lbl.gov>2011-11-22 21:04:33 -0800
commit36bcd32844666ba84b2947387ce195c25d87fadd (patch)
tree8b64e1eaf15a7ed13f4bd5c815a914b600a14559 /create_thumbnails.sh
parentd057c592ea7adea11dd8584570fb70540758343a (diff)
downloadphoto-tags-36bcd32844666ba84b2947387ce195c25d87fadd.tar.gz
photo-tags-36bcd32844666ba84b2947387ce195c25d87fadd.tar.bz2
photo-tags-36bcd32844666ba84b2947387ce195c25d87fadd.zip
remove some debug output
Diffstat (limited to 'create_thumbnails.sh')
-rwxr-xr-xcreate_thumbnails.sh2
1 files changed, 0 insertions, 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/ }