minor cleaning in comments

This commit is contained in:
Francois B (Makoto) 2017-10-02 23:05:30 +02:00
parent e12e76ae12
commit bd3be26c04

1
wpfind
View file

@ -122,7 +122,6 @@ function wpFind () {
fi
# if file
elif [ -f "$pic" ]; then
#i=$(($i+1))
# if file type is a picture
if [[ $(file --mime-type -b "$pic") == image/*g ]]; then
pic_w_size=$(identify -format %w $pic)