diff --git a/steps/fetch_data.cwl b/steps/fetch_data.cwl
index 01dfd604278a68717e938622a2fa40263286e32d..33b58fb58f55f9f7aea3f8e0f905798f0d6b06be 100644
--- a/steps/fetch_data.cwl
+++ b/steps/fetch_data.cwl
@@ -26,10 +26,10 @@ requirements:
           #!/bin/bash
           mkdir out
           cd out
-          echo "--- untar the tar file from the shared directory into the local tmp directory ---"
-          echo $1
-          echo "---------------------------------------------------------------------------------"
+          #echo "--- untar the tar file from the shared directory into the local tmp directory ---"
+          #echo $1
+          #echo "---------------------------------------------------------------------------------"
           cat $1 | tar -xvf -
-          ls -rtl
-          echo "Nico was here!"
+          #ls -rtl
+          #echo "Nico was here!"
           #globus-url-copy $turl - | tar -xvf -
\ No newline at end of file