| commit | e492aa5adbccb9f4025af7c4179f75378fcad41a | [log] [tgz] |
|---|---|---|
| author | Eric Fiselier <eric@efcs.ca> | Tue May 28 21:07:55 2024 -0400 |
| committer | Eric Fiselier <eric@efcs.ca> | Tue May 28 21:08:07 2024 -0400 |
| tree | 6475c9bfdc9f0c899097a6bce4449080bd180085 | |
| parent | f0b57b60e3b47bb9f9181d8be68473706b883430 [diff] |
Remove one more unneeded debug log line
diff --git a/.github/workflows/restart-preempted-libcxx-jobs.yaml b/.github/workflows/restart-preempted-libcxx-jobs.yaml index 43a1b97..71e27ff 100644 --- a/.github/workflows/restart-preempted-libcxx-jobs.yaml +++ b/.github/workflows/restart-preempted-libcxx-jobs.yaml
@@ -67,7 +67,6 @@ check_run_id: check_run_id }) - console.log(annotations); for (annotation of annotations.data) { if (annotation.annotation_level != 'failure') { continue;