From bec47a4ac3b962f116033fc98f2ac9436ea6f6cf Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 09:16:18 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20left-over=20console.log?= =?UTF-8?q?=20in=20benchmark=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: xRahul <1639945+xRahul@users.noreply.github.com> --- tests/benchmark.spec.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/benchmark.spec.ts b/tests/benchmark.spec.ts index 3ce034b6..3d661e70 100644 --- a/tests/benchmark.spec.ts +++ b/tests/benchmark.spec.ts @@ -31,6 +31,4 @@ test('measure fps of flip animation', async ({ page }) => { }); }); }); - - console.log(`Average FPS: ${fps.toFixed(2)}`); });