From 1891241d0a6c5168ce91dbf3fcf12c69ab05a7e6 Mon Sep 17 00:00:00 2001 From: Quinten Kock Date: Sat, 9 May 2026 06:38:17 +0200 Subject: [PATCH] Remove console.log spam in quickopen --- src/app/quickopen.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/quickopen.ts b/src/app/quickopen.ts index e29493e..e4f9b90 100644 --- a/src/app/quickopen.ts +++ b/src/app/quickopen.ts @@ -59,7 +59,6 @@ export const QuickOpen = (() => { const open = async () => { query.val = ""; files.val = allFiles.val; - console.log("setting allfiles to ", allFiles.val); isOpen.val = true; // Focus the input after the DOM is updated