Remove debug print from CI generation script (NFC)
This commit is contained in:
parent
89801c74c3
commit
49ef21d767
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user