Remove debug print from CI generation script (NFC)

This commit is contained in:
Mehdi Amini 2024-05-29 22:02:02 -07:00
parent 89801c74c3
commit 49ef21d767

View File

@ -56,7 +56,6 @@ function compute-projects-to-test() {
isForWindows=$1
shift
projects=${@}
echo "isForWindows : $isForWindows ; projects: $projects " >&2
for project in ${projects}; do
echo "${project}"
case ${project} in