From 2ae212008aca3aac5edda6df306511072bc43a77 Mon Sep 17 00:00:00 2001
From: baloola <baloola-mu@hotmail.com>
Date: Mon, 2 Nov 2020 16:57:50 +0100
Subject: [PATCH] python script test

---
 testing/preprocessor_test.sh | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/testing/preprocessor_test.sh b/testing/preprocessor_test.sh
index cd8ae26d..16645feb 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
-- 
GitLab