remove comment in file util

This commit is contained in:
timothycarambat 2025-05-19 12:46:45 -07:00
parent 97b8b3ad6f
commit 7e5e0952c3

View File

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