mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-05-16 17:16:19 +00:00
chore: remove a console log
This commit is contained in:
@@ -52,7 +52,6 @@ export async function findFilesRecursivelyCreatedAfterLastScan(
|
||||
const stats = await fsp.stat(fullPath);
|
||||
if (stats.birthtime > lastScanDate) {
|
||||
fileList.push(fullPath);
|
||||
console.log("=====> full path is: ", fullPath)
|
||||
}
|
||||
} else {
|
||||
fileList.push(fullPath);
|
||||
|
||||
Reference in New Issue
Block a user