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);