diff --git a/testing/preprocessor_test.sh b/testing/preprocessor_test.sh
index cd8ae26dce2268ee2d32f4bc50d4018c5209a296..16645febaced73d990a8f211381a6da4333ffa9d 100755
--- a/testing/preprocessor_test.sh
+++ b/testing/preprocessor_test.sh
@@ -26,9 +26,6 @@ while read  key value ; do
     fi
 done < preprocessor_test.txt
 
-cat preprocessor_test.txt
-
-printenv
 while read product; do
     echo $product
     # preprocessing the images and save the results in the result bucket
@@ -37,7 +34,3 @@ while read product; do
     
 
 done < "$product_list_file"
-
-
-
-rm preprocessor_test.txt
\ No newline at end of file