diff --git a/steps/fetch_data.cwl b/steps/fetch_data.cwl
index 33b58fb58f55f9f7aea3f8e0f905798f0d6b06be..4dde2f3ed14e7e4808f94b1a5fce354c62135a1f 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!"
+          echo "Nico was here! (on 28 feb 2025)"
           #globus-url-copy $turl - | tar -xvf -
\ No newline at end of file