From c174b9ee27879aecb5e9ae5197b7d4b9bc5f968e Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Mon, 31 May 2021 16:52:26 +0200
Subject: [PATCH] remove debug output

---
 transfer.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/transfer.sh b/transfer.sh
index 4d9c980..7ea65e0 100755
--- a/transfer.sh
+++ b/transfer.sh
@@ -175,13 +175,11 @@
   fi
 
 
-
   sParamExclude=
   for sItem in `_j_getvar ${DIRFILE} exclude`
   do
     sParamExclude="$sParamExclude $( t_getParamExlude $sItem )"
   done
-  echo DEBUG: sParamExclude = $sParamExclude
 
   
   sFileSshPrivkey=`_j_getvar ${STORAGEFILE} "ssh-privatekey"`
@@ -217,8 +215,6 @@
     done
   fi | tee -a $transferlog
 
-  # TODO: remove in jobhelper
-  # j_transferStart | tee -a $transferlog
 
   h2 "`date` PRE transfer tasks"
   t_backupDoPreTasks
-- 
GitLab