From 86d9cfe50ce66ae3697adc9ada7731be7473e363 Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+StroepWafel@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:34:55 +1030 Subject: [PATCH] Update src/plugins/built-in/globalSearch/src/core/index.ts Co-authored-by: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com> --- src/plugins/built-in/globalSearch/src/core/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/built-in/globalSearch/src/core/index.ts b/src/plugins/built-in/globalSearch/src/core/index.ts index a4b58b61..ab777d0f 100644 --- a/src/plugins/built-in/globalSearch/src/core/index.ts +++ b/src/plugins/built-in/globalSearch/src/core/index.ts @@ -66,7 +66,6 @@ const settings = defineSettings({ // Close all database connections properly before deletion try { await resetDatabase(); - console.log("betterseqta-index database closed and reset"); } catch (e) { console.warn("Failed to reset betterseqta-index database:", e); }