Remove console.log spam in quickopen

This commit is contained in:
Quinten Kock 2026-05-09 06:38:17 +02:00
parent 33f860de47
commit 1891241d0a
1 changed files with 0 additions and 1 deletions

View File

@ -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