fix: remove log

pull/132/head
Raymond 2025-03-22 04:02:56 -04:00
parent ddf5c2533f
commit acf689c25d
1 changed files with 0 additions and 1 deletions

View File

@ -191,7 +191,6 @@ export async function userboxFileProcess(folder: FileSystemEntry, progressUpdate
initializeDb();
const optionFolder = await scanRecursive(folder, "A001");
console.log(optionFolder);
if (optionFolder)
await scanOptionFolder((await getParent(optionFolder)) as FileSystemDirectoryEntry, progressUpdate);
const dataFolder = await scanRecursive(folder, "A000");