From 487960952179d50109c09295ebee19c1d80e0c01 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 17:39:10 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20dead=20code=20from=20be?= =?UTF-8?q?nchmark.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed the commented-out `console.log` statement in `tests/performance/benchmark.ts` to improve code health and remove unnecessary dead code. --- tests/performance/benchmark.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/performance/benchmark.ts b/tests/performance/benchmark.ts index 5520dbb..57a94b3 100644 --- a/tests/performance/benchmark.ts +++ b/tests/performance/benchmark.ts @@ -41,7 +41,6 @@ async function runBenchmark() { }); } catch (e: any) { // We expect an error because the file is not a valid SQLite database - // console.log('Expected error (invalid db):', e.message); } clearInterval(interval);