From 2890cb6137b8424e49e2c7d6c92fd7ab71e221c8 Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Tue, 22 Jul 2025 12:15:42 +0900 Subject: [PATCH] chore(rsc): remove console.log --- packages/plugin-rsc/e2e/starter.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/plugin-rsc/e2e/starter.test.ts b/packages/plugin-rsc/e2e/starter.test.ts index ec5b3c42b..86752aa64 100644 --- a/packages/plugin-rsc/e2e/starter.test.ts +++ b/packages/plugin-rsc/e2e/starter.test.ts @@ -80,7 +80,6 @@ test.describe('build-development', () => { }) await page.goto(f.url()) await waitForHydration_(page) - console.log({ output }) expect(output).toContain('jsxDEV') }) })