Skip to content

Commit 49ef21d

Browse files
committed
Remove debug print from CI generation script (NFC)
1 parent 89801c7 commit 49ef21d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.ci/generate-buildkite-pipeline-premerge

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ function compute-projects-to-test() {
5656
isForWindows=$1
5757
shift
5858
projects=${@}
59-
echo "isForWindows : $isForWindows ; projects: $projects " >&2
6059
for project in ${projects}; do
6160
echo "${project}"
6261
case ${project} in

0 commit comments

Comments
 (0)