mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-02 18:45:34 +08: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);
|
const stats = await fsp.stat(fullPath);
|
||||||
if (stats.birthtime > lastScanDate) {
|
if (stats.birthtime > lastScanDate) {
|
||||||
fileList.push(fullPath);
|
fileList.push(fullPath);
|
||||||
console.log("=====> full path is: ", fullPath)
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
fileList.push(fullPath);
|
fileList.push(fullPath);
|
||||||
|
|||||||
Reference in New Issue
Block a user