From: Simon Deziel Date: Tue, 8 Jun 2021 15:13:04 +0000 (-0400) Subject: Remove debug echo in command_cleanup() X-Git-Tag: v0.7.1~24 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=199cd5977432bf6acb230d4226ccfd99c549599e;p=thirdparty%2Fdehydrated.git Remove debug echo in command_cleanup() Signed-off-by: Simon Deziel --- diff --git a/dehydrated b/dehydrated index 601273f..d998901 100755 --- a/dehydrated +++ b/dehydrated @@ -1923,7 +1923,6 @@ command_cleanup() { # Check if current file is in use, if unused move to archive directory filename="$(basename "${file}")" if [[ ! "${filename}" = "${current}" ]] && [[ -f "${certdir}/${filename}" ]]; then - echo "${filename}" if [[ "${PARAM_CLEANUPDELETE:-}" = "yes" ]]; then echo "Deleting unused file: ${certname}/${filename}" rm "${certdir}/${filename}"