From 83c1911248c967489aeeb291f2cd6fd415371364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Fri, 4 Feb 2022 09:26:42 +0100 Subject: [PATCH] Ended up with double-log-lines --- fragments/functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/fragments/functions.sh b/fragments/functions.sh index c0b4c91..45496db 100644 --- a/fragments/functions.sh +++ b/fragments/functions.sh @@ -515,7 +515,6 @@ mountDMG() { dmgmountOut=$(echo 'Y'$'\n' | hdiutil attach "$tmpDir/$archiveName" -nobrowse -readonly ) dmgmountStatus=$(echo $?) dmgmount=$(echo $dmgmountOut | tail -n 1 | cut -c 54- ) - printlog "dmgmountOut is $dmgmountOut" DEBUG deduplicatelogs "$dmgmountOut" if [[ $dmgmountStatus -ne 0 ]] ; then