From 8fc3403d13ccbc942544acd78082685851de8f44 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Sat, 27 Jun 2026 11:45:24 +0900 Subject: [PATCH] chore(dev): clean up unnecessary logs --- .github/workflows/report-backend-memory.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/report-backend-memory.yml b/.github/workflows/report-backend-memory.yml index 157ad3b68f..78461f6a27 100644 --- a/.github/workflows/report-backend-memory.yml +++ b/.github/workflows/report-backend-memory.yml @@ -49,14 +49,6 @@ jobs: id: load-pr-num run: echo "pr-number=$(cat artifacts/pr_number)" >> "$GITHUB_OUTPUT" - - name: Output base - run: cat ./artifacts/memory-base.json - - name: Output head - run: cat ./artifacts/memory-head.json - - name: Output base JS footprint - run: cat ./artifacts/js-footprint-base.json - - name: Output head JS footprint - run: cat ./artifacts/js-footprint-head.json - id: build-comment name: Build memory comment run: node .github/scripts/backend-memory-report.mts ./artifacts/memory-base.json ./artifacts/memory-head.json ./output.md ./artifacts/js-footprint-base.json ./artifacts/js-footprint-head.json