remove comment in file util
This commit is contained in:
parent
97b8b3ad6f
commit
7e5e0952c3
@ -64,7 +64,6 @@ async function viewLocalFiles() {
|
||||
const results = await Promise.all(filePromises).then((results) =>
|
||||
results.filter((i) => !!i)
|
||||
);
|
||||
console.log({ folder: file, subdocs: results.length });
|
||||
subdocs.items.push(...results);
|
||||
|
||||
// Grab the pinned workspaces and watched documents for this folder's documents
|
||||
|
||||
Loading…
Reference in New Issue
Block a user