diff --git a/hash-files b/hash-files index 3741ab7..2c53051 100755 --- a/hash-files +++ b/hash-files @@ -75,8 +75,6 @@ done for file in $(find $Working_Fullpath -maxdepth 1 -type f); do ## Set our hash value hash=$($md5_bin $file | awk '{ print $4 }') - ## Set our mdls values - # Print csv row output # "============= CSV Row ==========" echo "$file,$hash,$(mdls_per_file $file)"