Skip to content

Commit 7e7345c

Browse files
committed
Remove console.log
1 parent cd26df0 commit 7e7345c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/d2ts/tests/version-index.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@ function createIndexTests<
384384
// Clean up resources if needed (especially for SQLite)
385385
afterEach(async () => {
386386
if (sqlite) {
387-
console.log('Closing SQLite database')
388387
sqlite.close()
389388
}
390389
})

0 commit comments

Comments
 (0)