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