Skip to content

Commit d11922e

Browse files
committed
Remove unneeded debug logging
1 parent 0380044 commit d11922e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/restart-preempted-libcxx-jobs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
check_run_ids = [];
4646
for (check_run of check_suites.data.check_runs) {
4747
console.log('Checking check run: ' + check_run.id);
48-
console.log(check_run);
4948
if (check_run.status != 'completed') {
5049
console.log('Check run was not completed. Skipping.');
5150
continue;

0 commit comments

Comments
 (0)