From 99f2d95aa1017cad4d4adc8c90eb8bd66393ffe9 Mon Sep 17 00:00:00 2001 From: Lee Ockert Date: Wed, 25 Oct 2023 12:36:22 -0400 Subject: [PATCH] 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. --- dirdedupe.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/dirdedupe.sh b/dirdedupe.sh index 5bc56a6..efdfacc 100755 --- a/dirdedupe.sh +++ b/dirdedupe.sh @@ -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}\" \"${subjectfile}\""