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;