openci-env: remove debug message
Change-Id: I8e3285b55ea866876866817f786cff6f7581be06
Signed-off-by: Arthur She <arthur.she@linaro.org>
(cherry picked from commit 59c5066cdbdf3c73081728c3492b217bfd758cf8)
diff --git a/openci-env.sh b/openci-env.sh
index fb23b5c..9b75ab3 100644
--- a/openci-env.sh
+++ b/openci-env.sh
@@ -19,8 +19,3 @@
# LTS branch, change the download space to the respective one
tfa_downloads="https://downloads.trustedfirmware.org/tf-a-$tfa_branch"
fi
-
-echo "*************************************"
-echo "ci_env: $ci_env"
-echo "tfa_downloads: $tfa_downloads"
-echo "*************************************"
diff --git a/openci-staging-env.sh b/openci-staging-env.sh
index b6c8dae..c4844cc 100644
--- a/openci-staging-env.sh
+++ b/openci-staging-env.sh
@@ -19,9 +19,3 @@
# LTS branch, change the download space to the respective one
tfa_downloads="https://downloads.trustedfirmware.org/tf-a-$tfa_branch"
fi
-
-echo "*************************************"
-echo "ci_env: $ci_env"
-echo "tfa_downloads: $tfa_downloads"
-echo "*************************************"
-