mirror of https://github.com/hykilpikonna/AquaDX
fix: remove log
parent
ddf5c2533f
commit
acf689c25d
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue