Remove some debugging code

Removed some output that previously appeared when dirdedupe was
    run without the --execute flag. This output was intended to help
    debug and verify atime/mtime preservation, and is no longer needed.
This commit is contained in:
Lee Ockert
2023-10-25 12:36:22 -04:00
parent e57c937456
commit 99f2d95aa1

View File

@ -92,8 +92,6 @@ do
touch -r "${TEMPFILE}" "${TEMPSUBJDIR}"
else
echo "HYPO \"${masterfile}\" <~~ \"${subjectfile}\""
TEMPSUBJDIR=`dirname "${subjectfile}"`
echo " Saving atime/mtime of |${TEMPSUBJDIR}|"
fi
#else
#echo "MOD \"${masterfile}\" <X> \"${subjectfile}\""