Remove console.log spam in quickopen
This commit is contained in:
parent
33f860de47
commit
1891241d0a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue