chore: remove a console log

This commit is contained in:
Haileyesus
2026-03-26 13:51:17 +03:00
parent 45bc53c68f
commit 1abdb95207

View File

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