openci-env: remove debug message
Change-Id: I8e3285b55ea866876866817f786cff6f7581be06
Signed-off-by: Arthur She <arthur.she@linaro.org>
diff --git a/openci-env.sh b/openci-env.sh
index 26cd707..889fbaf 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 5ebe506..24da27b 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 "*************************************"
-