diff --git a/server/src/modules/providers/shared/session-parser.utils.ts b/server/src/modules/providers/shared/session-parser.utils.ts index 4d1b0e46..856e1eb9 100644 --- a/server/src/modules/providers/shared/session-parser.utils.ts +++ b/server/src/modules/providers/shared/session-parser.utils.ts @@ -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);